Fix args to shell.sudo

This commit is contained in:
Girish Ramakrishnan
2018-11-25 14:57:17 -08:00
parent 6cd8e769be
commit 802011bb7e
12 changed files with 22 additions and 27 deletions

View File

@@ -179,7 +179,7 @@ function getConfig(callback) {
}
function reboot(callback) {
shell.sudo('reboot', [ REBOOT_CMD ], callback);
shell.sudo('reboot', [ REBOOT_CMD ], {}, callback);
}
function checkDiskSpace(callback) {