diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 08:44:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-03-02 09:17:57 +0000 |
commit | 1784bc4ae30fe31e7962b4468116fa8746d7d86c (patch) | |
tree | effe836e6f3658a42d0553b937a0a61aa884575e /bin/container | |
parent | Removing curl container create script until its completly tested. (diff) | |
download | compute-tools-1784bc4ae30fe31e7962b4468116fa8746d7d86c.tar.xz compute-tools-1784bc4ae30fe31e7962b4468116fa8746d7d86c.zip |
Updating list of container commands to be logged.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin/container')
-rwxr-xr-x | bin/container | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/container b/bin/container index 2c90c9c..d845fa7 100755 --- a/bin/container +++ b/bin/container @@ -65,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)" |