diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-01 19:29:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-04-16 10:19:46 +0000 |
commit | f735dc1320f5ddb892326832c48ec3ad4ff2fc26 (patch) | |
tree | cf75b98e2be08c2e54bfe6f4bfe6a25b57f13700 /bin/container | |
parent | Adding notes about container-shell specific commands in container-shell manpage. (diff) | |
download | compute-tools-f735dc1320f5ddb892326832c48ec3ad4ff2fc26.tar.xz compute-tools-f735dc1320f5ddb892326832c48ec3ad4ff2fc26.zip |
Updating container-shell start message.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | bin/container-shell | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/container-shell b/bin/container-shell index 8341ed0..c801aa6 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -87,8 +87,8 @@ Shell () trap 'echo' EXIT HUP INT QUIT TERM -echo "${PROGRAM}-shell $(${PROGRAM} version)" -echo "Type \"help\" for more information, type \"logout\" to exit." +echo "${SOFTWARE} $(${PROGRAM} version)" +echo "Type \"about\" or \"help\" for more information, \"logout\" to exit." while true do |