summaryrefslogtreecommitdiffstats
path: root/lib/cmd/shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cmd/shell.sh')
-rw-r--r--lib/cmd/shell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/shell.sh b/lib/cmd/shell.sh
index 79e8b7a..dfff07f 100644
--- a/lib/cmd/shell.sh
+++ b/lib/cmd/shell.sh
@@ -36,7 +36,7 @@ cmd_shell_main()
. "${root}/etc/os-release"
profile_set "${ID}"
- session_begin "${root}" . :
+ session_begin "${root}" . : false
if [ ${#} -eq 0 ]; then
session_exec /bin/sh
printf '\n'