From ca1f0ccdc58a4fe9fb7b86afc17e9a079d3d787d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 1 Apr 2016 21:02:22 +0200 Subject: Using logout only to exit container-shell. Signed-off-by: Daniel Baumann --- bin/container-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/container-shell b/bin/container-shell index 16ebe26..93f57d9 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -43,7 +43,7 @@ Shell () OPTIONS="${@}" case "${COMMAND}" in - exit|logout|quit) + logout) exit 0 ;; -- cgit v1.2.3