We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8445649 commit 9f824a7Copy full SHA for 9f824a7
server/lib/classes/system.inc.php
@@ -1803,7 +1803,9 @@ function is_mounted($mountpoint){
1803
1804
function mount_backup_dir($backup_dir, $mount_cmd = '/usr/local/ispconfig/server/scripts/backup_dir_mount.sh'){
1805
global $app, $conf;
1806
-
+
1807
+ if($this->is_mounted($backup_dir)) return true;
1808
1809
$mounted = true;
1810
if ( is_file($mount_cmd) &&
1811
is_executable($mount_cmd) &&
0 commit comments