Restored extra line

This commit is contained in:
Simon TheUser 2021-11-16 13:52:38 -05:00
parent b090555ce9
commit 21449bd05f

View file

@ -138,6 +138,7 @@ If (!(Get-IsAdministrator)) {
$parameters = "$parameters -{0} '{1}'" -f $boundParam.Key, $boundParam.Value
}
$newProcess.Arguments = $myInvocation.MyCommand.Definition, $parameters
# Specify the current working directory
$newProcess.WorkingDirectory = "$script_path"