refs #8159 Syntax error fix

This commit is contained in:
Juan Ferrer 2024-11-12 17:23:00 +00:00
parent 17ff201848
commit 3211e2e790
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
param (
$vpnName = "Verdnatura"
$vpnName = "Verdnatura",
$allUsers = $true
)