diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/container | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/container b/bin/container index ac8feff..d845fa7 100755 --- a/bin/container +++ b/bin/container @@ -20,6 +20,7 @@ set -e PROJECT="open-infrastructure" +SOFTWARE="compute-tools" PROGRAM="container" HOOKS="/etc/${PROJECT}/${PROGRAM}/hooks" @@ -64,7 +65,7 @@ do OPTIONS="$(echo "${OPTIONS}" | sed -e 's|--no-notification||')" else case "${COMMAND}" in - create|remove|rm|restart|start|stop) + create|cr|move|mv|remove|rm|restart|rt|start|s|stop|t) USER="${SUDO_USER:-${USER}}" DATE="$(date +%Y-%m-%d\ %H:%M:%S)" HOST="$(hostname -f 2> /dev/null || hostname)" |