Till Brehm
2016-06-22 a5bd6a8dd848f1c98986da02724ac5657b39e85f
server/lib/classes/system.inc.php
@@ -1803,7 +1803,9 @@
   function mount_backup_dir($backup_dir, $mount_cmd = '/usr/local/ispconfig/server/scripts/backup_dir_mount.sh'){
      global $app, $conf;
      if($this->is_mounted($backup_dir)) return true;
      $mounted = true;
      if (    is_file($mount_cmd) &&
            is_executable($mount_cmd) &&