summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-05-05 18:34:24 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-05-06 11:49:14 +0000
commit73a5aefdb715b273b513314db95f80ae1b6af522 (patch)
treee6f011153bab421f1b5bfe911d723a56653530c6 /bin
parentCorrecting Debian stretch version number in container-tools manpage. (diff)
downloadcompute-tools-73a5aefdb715b273b513314db95f80ae1b6af522.tar.xz
compute-tools-73a5aefdb715b273b513314db95f80ae1b6af522.zip
Adding exit alias for logout in container-shell program.
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 4639537..fd85d93 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -49,7 +49,7 @@ Shell ()
return
;;
- logout)
+ logout|exit)
exit 0
;;