summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-05-01 05:18:45 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2022-05-01 05:19:20 +0000
commitbaa1a15eb54693784ddeca9561357e8213049241 (patch)
tree3691b4b3459c94eaf99eef4fca2ddcff65c86f32 /bin
parentReleasing version 20220430. (diff)
downloadcompute-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 'bin')
-rwxr-xr-xbin/container2
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}}"