diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:47:01 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:47:15 +0000 |
commit | 00c0021d891ffd42352a4acc5e389cc543f2779a (patch) | |
tree | 7a75b0f197f3371a6657866824e30dfe8bbb637a /bin/container-shell | |
parent | Releasing debian version 20160415-1. (diff) | |
download | open-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/container-shell')
-rwxr-xr-x | bin/container-shell | 2 |
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 ;; |