From 62b3ad1d736c8c1de77ecb6a41595f7454a8365f Mon Sep 17 00:00:00 2001 From: fgerlits Date: Wed, 6 Dec 2006 11:19:39 +0000 Subject: [PATCH] stupid, stupid typo --- campcaster/bin/postInstallStation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/bin/postInstallStation.sh b/campcaster/bin/postInstallStation.sh index 384157a00..26737b028 100755 --- a/campcaster/bin/postInstallStation.sh +++ b/campcaster/bin/postInstallStation.sh @@ -416,7 +416,7 @@ $install_bin/gst-register #------------------------------------------------------------------------------- # Generate a random password for the scheduler's access to the storage #------------------------------------------------------------------------------- -grep -q 'ls_ scheduler_storage_pass' $install_etc/campcaster-scheduler.xml +grep -q 'ls_scheduler_storage_pass' $install_etc/campcaster-scheduler.xml if [ $? = 0 ]; then SCHEDULER_STORAGE_PASS=`pwgen -N1 -c -n -s` php -q $install_var_ls/storageServer/var/changeSchedulerPassword.php \