From 26c9566bf17ad0bc6233718d2c75734c7f42d6d4 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Fri, 1 Dec 2006 16:46:12 +0000 Subject: [PATCH] added a workaround for ticket #2059 --- campcaster/bin/postInstallStation.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/campcaster/bin/postInstallStation.sh b/campcaster/bin/postInstallStation.sh index 8bdff63b6..18d490fb0 100755 --- a/campcaster/bin/postInstallStation.sh +++ b/campcaster/bin/postInstallStation.sh @@ -379,7 +379,9 @@ echo "Initializing database..."; # create PHP-related database tables cd $install_var_ls/storageServer/var/install -php -q install.php || exit 1; +# 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