Pass arguments to software script
This commit is contained in:
parent
b477870829
commit
7770ef04a1
|
@ -183,7 +183,7 @@ $null = New-Module {
|
|||
if (Test-Collection "essential") {
|
||||
# Essentials
|
||||
. "$softwarePath/OpenSSH/Manage.ps1" @arguments;
|
||||
. "$softwarePath/PowerShell/Manage.ps1";
|
||||
. "$softwarePath/PowerShell/Manage.ps1" @arguments;
|
||||
}
|
||||
|
||||
if (Test-Collection "common") {
|
||||
|
|
Loading…
Reference in a new issue