diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-26 12:45:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-07-27 00:34:35 +0000 |
commit | f3e881da03194f7d9fb803aaac2fdbb75547b476 (patch) | |
tree | dc85551ccf4fd7ad6e7c82cd1bc2ff52c60140ad | |
parent | Adding container update command. (diff) | |
download | compute-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>
-rwxr-xr-x | bin/container | 2 |
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}}" |