Michel Käser
2015-05-17 4bc030979267303b2ff1668c99af0a4e7089824b
server/scripts/update_from_tgz.sh
@@ -12,7 +12,11 @@
then
   tar xvfz ISPConfig-3-stable.tar.gz
   cd ispconfig3_install/install/
   php -q update.php
   php -q \
    -d disable_classes= \
    -d disable_functions= \
    -d open_basedir= \
    update.php
   rm -rf /tmp/ispconfig3_install/install
   rm -f ISPConfig-3-stable.tar.gz
else