diff --git a/campcaster/bin/postInstallStation.sh b/campcaster/bin/postInstallStation.sh index 0269f7aa7..560044696 100755 --- a/campcaster/bin/postInstallStation.sh +++ b/campcaster/bin/postInstallStation.sh @@ -408,7 +408,8 @@ $install_bin/gst-register # Generate a random password for the scheduler's access to the storage #------------------------------------------------------------------------------- SCHEDULER_STORAGE_PASS=`pwgen -N1 -c -n -s` -php -q $install_var_ls/changeSchedulerPassword.php ${SCHEDULER_STORAGE_PASS} +php -q $install_var_ls/storageServer/var/changeSchedulerPassword.php \ + ${SCHEDULER_STORAGE_PASS} sed -i -e "s/ls_scheduler_storage_pass/${SCHEDULER_STORAGE_PASS}/" \ $install_etc/campcaster-scheduler.xml