summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-26 12:45:10 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-07-27 00:34:35 +0000
commitf3e881da03194f7d9fb803aaac2fdbb75547b476 (patch)
treedc85551ccf4fd7ad6e7c82cd1bc2ff52c60140ad /bin
parentAdding container update command. (diff)
downloadcompute-tools-f3e881da03194f7d9fb803aaac2fdbb75547b476.tar.xz
compute-tools-f3e881da03194f7d9fb803aaac2fdbb75547b476.zip
Also adding notifications for container get command in container main program.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/container2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/container b/bin/container
index c4e2018..1415e11 100755
--- a/bin/container
+++ b/bin/container
@@ -65,7 +65,7 @@ do
OPTIONS="$(echo "${OPTIONS}" | sed -e 's|--no-notification||')"
else
case "${COMMAND}" in
- build|b|move|mv|remove|rm|restart|rt|start|s|stop|t|update|u)
+ build|b|get|g|move|mv|remove|rm|restart|rt|start|s|stop|t|update|u)
if [ -z "${CONTAINER_USER}" ]
then
CONTAINER_USER="${SUDO_USER:-${USER}}"