From f3e881da03194f7d9fb803aaac2fdbb75547b476 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Jul 2021 14:45:10 +0200 Subject: Also adding notifications for container get command in container main program. Signed-off-by: Daniel Baumann --- bin/container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}" -- cgit v1.2.3