diff options
Diffstat (limited to 'bin')
-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 ;; |