fix quoting
This commit is contained in:
@@ -13,4 +13,4 @@ $URL = "http://downloads.backupops.com/4Windows/${MSPName}Backup_installer.exe"
|
|||||||
$Arguments = "/SP- /VERYSILENT /NORESTART /WPUSH /WACCOUNT ""${ClientShortName}_${Env:COMPUTERNAME}"" /WORG ""${ClientLongName}"" /WEMAIL ""${ClientNotificationEmail}"""
|
$Arguments = "/SP- /VERYSILENT /NORESTART /WPUSH /WACCOUNT ""${ClientShortName}_${Env:COMPUTERNAME}"" /WORG ""${ClientLongName}"" /WEMAIL ""${ClientNotificationEmail}"""
|
||||||
|
|
||||||
## Install Emberkom Backup
|
## Install Emberkom Backup
|
||||||
Install-Program -Path $(Download-File -URL $URL) -Arguments $Arguments -Delete
|
Install-Program -Path $(Download-File -URL $URL) -Arguments "${Arguments}" -Delete
|
||||||
Reference in New Issue
Block a user