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 a8995cc commit 52fe9e2Copy full SHA for 52fe9e2
server/lib/classes/cron.d/500-backup.inc.php
@@ -314,6 +314,8 @@ public function onRunJob() {
314
}
315
316
317
+ //* end run_backups
318
+ if( $server_config['backup_dir_is_mount'] == 'y' ) $app->system->umount_backup_dir($backup_dir);
319
} else {
320
//* send email to admin that backup directory could not be mounted
321
$global_config = $app->getconf->get_global_config('mail');
server/lib/classes/cron.d/500-backup_mail.inc.php
@@ -181,7 +181,8 @@ public function onRunJob() {
181
182
183
184
- }
185
+ } //* end run_backups
186
187
188
parent::onRunJob();
0 commit comments