summaryrefslogtreecommitdiffstats
path: root/src/cmd/shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/shell.sh')
-rw-r--r--src/cmd/shell.sh2
1 files changed, 2 insertions, 0 deletions
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()