stupid, stupid typo
This commit is contained in:
parent
52b2609781
commit
62b3ad1d73
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue