summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-01 19:02:22 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-04-16 10:19:45 +0000
commitca1f0ccdc58a4fe9fb7b86afc17e9a079d3d787d (patch)
treeccfd26f839f53a77962255343e35c269c9712a37 /bin
parentRemoving hardcoded container reference when opening manpages in container-she... (diff)
downloadcompute-tools-ca1f0ccdc58a4fe9fb7b86afc17e9a079d3d787d.tar.xz
compute-tools-ca1f0ccdc58a4fe9fb7b86afc17e9a079d3d787d.zip
Using logout only to exit container-shell.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/container-shell2
1 files changed, 1 insertions, 1 deletions
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
;;