.
All checks were successful
/ build-docker-image (push) Successful in 51s

This commit is contained in:
2025-09-21 16:20:04 +01:00
parent 94b800d819
commit 4a2e5ba4dc

View File

@@ -21,7 +21,7 @@ case "$MODE" in
;; ;;
SHELL) SHELL)
echo "Executing: bash -c \"${@:1}\"." echo "Executing: bash script."
bash -c "${@:1}" bash -c "${@:1}"
;; ;;