Revert "Add apprestoretask.js"

This reverts commit 926224bd5d.

This shouldn't be required. We already fix the perms

See 7035b3c18a
This commit is contained in:
Girish Ramakrishnan
2017-04-20 16:30:11 -07:00
parent 0584ace954
commit a5efdb067d
3 changed files with 8 additions and 91 deletions
-5
View File
@@ -79,11 +79,6 @@ function backupBox(backupId, callback) {
var backupId = process.argv[2];
var appId = process.argv[3];
if (!backupId) {
console.error('Usage: restoreapptask.js <backupId> [appId]');
process.exit(1);
}
if (appId) debug('Backuptask for the app %s with id %s', appId, backupId);
else debug('Backuptask for the whole Cloudron with id %s', backupId);