summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-23 16:46:35 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2019-02-23 18:01:22 +0000
commitf2bc0ecfdbe8ac861de0a34eb1831415728d7536 (patch)
tree49309371dde2753eb1185142377a4e1c4f3ce3f5
parentReleasing version 20190222. (diff)
downloadcompute-tools-f2bc0ecfdbe8ac861de0a34eb1831415728d7536.tar.xz
compute-tools-f2bc0ecfdbe8ac861de0a34eb1831415728d7536.zip
Adding a end message in container create command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xlib/container/create3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/container/create b/lib/container/create
index 43cad9b..8fa6189 100755
--- a/lib/container/create
+++ b/lib/container/create
@@ -266,3 +266,6 @@ do
"${FILE}"
fi
done
+
+# done
+echo "'${NAME}': container created."