move backupupload.js to scripts

it is just a sudo helper
This commit is contained in:
Girish Ramakrishnan
2018-11-29 23:30:54 -08:00
parent 30aea047e3
commit df927eae74
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ var addons = require('./addons.js'),
zlib = require('zlib');
const NOOP_CALLBACK = function (error) { if (error) debug(error); };
const BACKUP_UPLOAD_CMD = path.join(__dirname, 'backupupload.js');
const BACKUP_UPLOAD_CMD = path.join(__dirname, 'scripts/backupupload.js');
function debugApp(app) {
assert(typeof app === 'object');