From 73a5aefdb715b273b513314db95f80ae1b6af522 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 5 May 2016 20:34:24 +0200 Subject: Adding exit alias for logout in container-shell program. Signed-off-by: Daniel Baumann --- bin/container-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 ;; -- cgit v1.2.3