From 76e9f100f4c5bcdaaa16781654fea08526a5108c Mon Sep 17 00:00:00 2001
From: fgerlits <fgerlits@cfc7b370-4200-0410-a6e3-cb6bdb053afe>
Date: Tue, 5 Dec 2006 16:26:46 +0000
Subject: [PATCH] fixed the location of the password-change script

---
 campcaster/bin/postInstallStation.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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