Skip to content
Snippets Groups Projects
Commit b73ab0c2 authored by Florian Schaal's avatar Florian Schaal
Browse files

add umount-script

parent 59c1b4f7
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ class backup_plugin {
}
}
}
if( $server_config['backup_dir_is_mount'] == 'y' ) $app->system->umount_backup_dir($backup_dir);
} else {
$app->log('Backup directory not ready.', LOGLEVEL_DEBUG);
}
......@@ -227,6 +228,7 @@ class backup_plugin {
}
}
}
if( $server_config['backup_dir_is_mount'] == 'y' ) $app->system->umount_backup_dir($backup_dir);
} else {
$app->log('Backup directory not ready.', LOGLEVEL_DEBUG);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment