diff options
Diffstat (limited to 'client/shared/scripts/launchOgagentInstaller')
-rwxr-xr-x | client/shared/scripts/launchOgagentInstaller | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/shared/scripts/launchOgagentInstaller b/client/shared/scripts/launchOgagentInstaller index 85f507b0..b999d3ed 100755 --- a/client/shared/scripts/launchOgagentInstaller +++ b/client/shared/scripts/launchOgagentInstaller @@ -51,13 +51,13 @@ load $HIVE cd \\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce setval 1 Install OGAgent -string:C:\\Windows\\Temp\\$OGAGENTFILE" +string:C:\\Windows\\Temp\\$OGAGENTFILE /S /server $(ogGetServerIp) commit close exit EOT echo "Scheduled OGAgent installation after \"$3\" logon" - echo " (edit config file after finish)." + echo " (for connection problems, check configuration file)." else ogRaiseError $OG_ERR_NOTWRITE "$1 $2 .../$3/NTUSER.DAT" exit $OG_ERR_NOTWRITE |