vogelor
2011-03-29 012386950fc18583ac3dbea03cca19ef2db46e18
server/mods-available/remoteaction_core_module.inc.php
@@ -179,17 +179,16 @@
      exec("tar xvfz ISPConfig-" . $new_version . ".tar.gz");
      /*
       * Start the automated update
       * Initialize the automated update
       * (the update is then done next start of server.sh
       */
      chdir("/tmp/ispconfig3_install/install");
      exec("touch autoupdate");
      exec("php -q autoupdate.php");
      /*
       * do some clean-up
       */
      exec("rm /tmp/ISPConfig-" . $new_version . ".tar.gz");
      exec("rm /tmp/ispconfig3_install -R");
      /*
       * go back to the "old path"