moving the script so that it will be copied by `make install`

This commit is contained in:
fgerlits 2006-12-05 16:10:57 +00:00
parent 76259642e7
commit 01ee4ec06d
2 changed files with 1 additions and 1 deletions
campcaster
bin
src/modules/storageServer/var

View File

@ -408,7 +408,7 @@ $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_bin/changeSchedulerPassword.php ${SCHEDULER_STORAGE_PASS}
php -q $install_var_ls/changeSchedulerPassword.php ${SCHEDULER_STORAGE_PASS}
sed -i -e "s/ls_scheduler_storage_pass/${SCHEDULER_STORAGE_PASS}/" \
$install_etc/campcaster-scheduler.xml