#2076 quickfix
This commit is contained in:
parent
94e1f0bc53
commit
143c573139
|
@ -386,6 +386,13 @@ cd $install_var_ls/storageServer/var/install
|
|||
php -q install.php || true
|
||||
cd -
|
||||
|
||||
# create PHP-related database tables
|
||||
cd $install_var_ls/archiveServer/var/install
|
||||
# workaround for ticket #2059; restore to "exit 1" after the ticket is closed
|
||||
#php -q install.php || exit 1;
|
||||
php -q install.php || true
|
||||
cd -
|
||||
|
||||
# create scheduler-related database tables
|
||||
cd $installdir
|
||||
./bin/campcaster-scheduler.sh install || exit 1;
|
||||
|
|
Loading…
Reference in New Issue