mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Restored extra line
This commit is contained in:
parent
e209b259d2
commit
b3d29d5f0a
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ If (!(Get-IsAdministrator)) {
|
||||||
$parameters = "$parameters -{0} '{1}'" -f $boundParam.Key, $boundParam.Value
|
$parameters = "$parameters -{0} '{1}'" -f $boundParam.Key, $boundParam.Value
|
||||||
}
|
}
|
||||||
$newProcess.Arguments = $myInvocation.MyCommand.Definition, $parameters
|
$newProcess.Arguments = $myInvocation.MyCommand.Definition, $parameters
|
||||||
|
|
||||||
# Specify the current working directory
|
# Specify the current working directory
|
||||||
$newProcess.WorkingDirectory = "$script_path"
|
$newProcess.WorkingDirectory = "$script_path"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue