tbrehm
2011-09-07 c719dc0b1dd696e0cd6b51f09ee13c8263375f7c
server/server.sh
old mode 100644 new mode 100755
@@ -4,4 +4,22 @@
. /etc/profile
/usr/bin/php -q /usr/local/ispconfig/server/server.php
if [ -f /tmp/ispconfig3_install/install/autoupdate ]; then
   #
   # there is a auto-update waiting for update, so let's do it
   #
   cd /tmp/ispconfig3_install/install
   /usr/bin/php -q autoupdate.php
   cd /
   #
   # do some clean-up
   #
   rm /tmp/ispconfig3_install -R
else
   #
   # there is no update waiting, so lets start the ISPConfig-System
   #
   /usr/bin/php -q /usr/local/ispconfig/server/server.php
fi