Pass arguments to software script

This commit is contained in:
Manuel Thalmann 2024-08-07 21:37:33 +02:00
parent 9d024f9c3e
commit 09009b3541

View file

@ -182,7 +182,7 @@ $null = New-Module {
if (Test-Collection "essential") { if (Test-Collection "essential") {
# Essentials # Essentials
. "$softwarePath/OpenSSH/Manage.ps1" @arguments; . "$softwarePath/OpenSSH/Manage.ps1" @arguments;
. "$softwarePath/PowerShell/Manage.ps1"; . "$softwarePath/PowerShell/Manage.ps1" @arguments;
} }
if (Test-Collection "common") { if (Test-Collection "common") {