fix quoting

This commit is contained in:
2020-11-07 20:31:32 -05:00
parent c186ea5f4a
commit a9a542ec2c
+1 -1
View File
@@ -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}"""
## Install Emberkom Backup
Install-Program -Path $(Download-File -URL $URL) -Arguments $Arguments -Delete
Install-Program -Path $(Download-File -URL $URL) -Arguments "${Arguments}" -Delete