- Add docker_mk_dir & docker_tools_install commands.

This commit is contained in:
2024-12-14 08:40:32 +01:00
parent a1cdbcdac2
commit 1ffaa822e6
3 changed files with 10 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
set -o errexit
if [[ "$DOCKER_TOOLS_DEBUG" == "TRUE" ]]
if [[ "${DOCKER_TOOLS_DEBUG}" == "TRUE" ]]
then
set -x
fi