Pass arguments to software script

This commit is contained in:
Manuel Thalmann 2024-08-07 21:37:33 +02:00
parent 63aa399f91
commit bb3a37c3ec

View file

@ -182,7 +182,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") {