Use rmbackup.sh instead of fs.unlink() due to root ownership

This commit is contained in:
Johannes Zellner
2016-10-10 16:10:51 +02:00
parent f05a5226ba
commit 1e65142f47
2 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -485,4 +485,4 @@ function removeBackup(backupId, appBackupIds, callback) {
callback(null);
});
});
}
}