borg container image feature/review-docker: pipelines and scripts revisions #1

Merged
marcio.fernandes merged 10 commits from feature/review-docker into main 2025-09-21 19:23:38 +00:00
Showing only changes of commit 4a2e5ba4dc - Show all commits

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}"
;; ;;