From b8f8662d9b895cd32b05d755d2b33997ecdb6ffb Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Jan 2016 14:05:11 -0500 Subject: cmd/*: Return 0 on success --- (limited to 'src/cmd/shell.sh') diff --git a/src/cmd/shell.sh b/src/cmd/shell.sh index 5da84e4..314b79b 100644 --- a/src/cmd/shell.sh +++ b/src/cmd/shell.sh @@ -55,6 +55,8 @@ cmd_shell_main() session_end [ "x${dev}" != 'x' ] && block_umount "${root}" + + return 0 } cmd_shell_register() -- cgit v0.9.1