diff options
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}}" |