-changed filenames and documentation from campcaster to airtime
This commit is contained in:
parent
11a30ab37e
commit
d06956ec5b
7 changed files with 17 additions and 7 deletions
|
@ -404,7 +404,7 @@ if [ "$storage_is_local" = "yes" ]; then
|
|||
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/install/campcaster-user.php \
|
||||
php -q $install_var_ls/storageServer/var/install/airtime-user.php \
|
||||
--addupdate scheduler ${SCHEDULER_STORAGE_PASS}
|
||||
sed -i -e "s/ls_scheduler_storage_pass/${SCHEDULER_STORAGE_PASS}/" \
|
||||
$install_etc/campcaster-scheduler.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue