backups: typo

this resulted in incomplete backups when there is an app with backups disabled
This commit is contained in:
Girish Ramakrishnan
2021-11-02 17:59:08 -07:00
parent 6cb041bcb2
commit de2c596394
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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();