diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-01 19:02:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:19:45 +0000 |
commit | ca1f0ccdc58a4fe9fb7b86afc17e9a079d3d787d (patch) | |
tree | ccfd26f839f53a77962255343e35c269c9712a37 | |
parent | Removing hardcoded container reference when opening manpages in container-she... (diff) | |
download | compute-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 '')
-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 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 ;; |