diff --git a/src/docker.sh b/src/docker.sh index b99c38a..764e7c2 100644 --- a/src/docker.sh +++ b/src/docker.sh @@ -23,7 +23,9 @@ images() { } run() { - echo -e "Running \033[0;32m$PHPCTL_IMAGE\033[0m" + if [ -n "$PHPCTL_VERBOSE" ]; then + echo -e "Running \033[0;32m$PHPCTL_IMAGE\033[0m" + fi local phpctl_ini="" if [ -s phpctl.ini ]; then