Update StackMonkey.ps1
This commit is contained in:
@@ -1383,5 +1383,8 @@ if (-not $SilentInstall) {
|
|||||||
Start-Server
|
Start-Server
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Only auto-invoke if the user actually passed parameters
|
||||||
|
if ($PSBoundParameters.Count -gt 0) {
|
||||||
|
Invoke-ScriptMonkey @PSBoundParameters
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user