summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-06 12:47:01 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-06 12:47:15 +0000
commit00c0021d891ffd42352a4acc5e389cc543f2779a (patch)
tree7a75b0f197f3371a6657866824e30dfe8bbb637a /bin
parentReleasing debian version 20160415-1. (diff)
downloadopen-infrastructure-compute-tools-00c0021d891ffd42352a4acc5e389cc543f2779a.tar.xz
open-infrastructure-compute-tools-00c0021d891ffd42352a4acc5e389cc543f2779a.zip
Merging upstream version 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
;;