From e6cde00295952bcf39eda7fe1e54781ebe0444dc Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 27 Jan 2007 18:03:00 +0000 Subject: [PATCH] Final fix for #2059. I left in the comments in case something goes wrong with this. --- campcaster/bin/postInstallStation.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/campcaster/bin/postInstallStation.sh b/campcaster/bin/postInstallStation.sh index 9ff9e1e2d..3a3cf9676 100755 --- a/campcaster/bin/postInstallStation.sh +++ b/campcaster/bin/postInstallStation.sh @@ -396,16 +396,16 @@ if [ "$storage_is_local" = "yes" ]; then # create PHP-related database tables cd $install_var_ls/storageServer/var/install # workaround for #2059; restore to "exit 1" after the ticket is closed - #php -q install.php || exit 1; - php -q install.php || true + php -q install.php || exit 1; + #php -q install.php || true cd - fi # 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 +php -q install.php || exit 1; +#php -q install.php || true cd - # create scheduler-related database tables