refs #8159 Syntax error fix
This commit is contained in:
parent
17ff201848
commit
3211e2e790
|
@ -1,5 +1,5 @@
|
|||
param (
|
||||
$vpnName = "Verdnatura"
|
||||
$vpnName = "Verdnatura",
|
||||
$allUsers = $true
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue