summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-05-06 11:58:18 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-06 12:46:43 +0000
commit462ad1d08895d79c60f0a9aa08837858ab2cb683 (patch)
treec82ac09ae56b78b025b89f9e7374bc8b294c661a /bin
parentAdding upstream version 20160415. (diff)
downloadopen-infrastructure-compute-tools-462ad1d08895d79c60f0a9aa08837858ab2cb683.tar.xz
open-infrastructure-compute-tools-462ad1d08895d79c60f0a9aa08837858ab2cb683.zip
Adding upstream version 20160501.upstream/20160501
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
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 4639537..fd85d93 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -49,7 +49,7 @@ Shell ()
return
;;
- logout)
+ logout|exit)
exit 0
;;