diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-01 05:18:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-05-01 05:19:20 +0000 |
commit | baa1a15eb54693784ddeca9561357e8213049241 (patch) | |
tree | 3691b4b3459c94eaf99eef4fca2ddcff65c86f32 /bin | |
parent | Releasing version 20220430. (diff) | |
download | compute-tools-baa1a15eb54693784ddeca9561357e8213049241.tar.xz compute-tools-baa1a15eb54693784ddeca9561357e8213049241.zip |
Adding container rebuild command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | bin/container | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/container b/bin/container index 68e3965..9bbb80d 100755 --- a/bin/container +++ b/bin/container @@ -68,7 +68,7 @@ do OPTIONS="$(echo "${OPTIONS}" | sed -e 's|--no-notification||')" else case "${COMMAND}" in - build|b|get|g|move|mv|remove|rm|restart|rt|start|s|stop|t|update|u) + build|b|get|g|move|mv|remove|rm|rebuild|rb|restart|rt|start|s|stop|t|update|u) if [ -z "${CONTAINER_USER}" ] then CONTAINER_USER="${SUDO_USER:-${USER}}" |