backups: typo
this resulted in incomplete backups when there is an app with backups disabled
This commit is contained in:
+1
-1
@@ -1043,7 +1043,7 @@ async function fullBackup(options, progressCallback) {
|
||||
|
||||
if (!app.enableBackup) {
|
||||
debug(`fullBackup: skipped backup ${app.fqdn}`);
|
||||
return; // nothing to backup
|
||||
continue; // nothing to backup
|
||||
}
|
||||
|
||||
const startTime = new Date();
|
||||
|
||||
Reference in New Issue
Block a user