We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7ca4f commit d60250bCopy full SHA for d60250b
util.sh
@@ -5,6 +5,7 @@ if [[ -z ${NETWORK_NAME+x} ]]; then printf "\e[31mThe 'NETWORK_NAME' variable is
5
if [[ -z ${MYSQL_ROOT_PASSWORD+x} ]]; then printf "\e[31mThe 'MYSQL_ROOT_PASSWORD' variable is not defined.\e[0m\n"; exit 1; fi
6
if [[ -z ${MYSQL_PORT+x} ]]; then printf "\e[31mThe 'MYSQL_PORT' variable is not defined.\e[0m\n"; exit 1; fi
7
if [[ -z ${PHPMYADMIN_PORT+x} ]]; then printf "\e[31mThe 'PHPMYADMIN_PORT' variable is not defined.\e[0m\n"; exit 1; fi
8
+if [[ -z ${CHROME_TO_PDF_TOKEN+x} ]]; then printf "\e[31mThe 'CHROME_TO_PDF_TOKEN' variable is not defined.\e[0m\n"; exit 1; fi
9
10
LOG_PATH="./logs/docker.log"
11
0 commit comments