diff --git a/scripts/subinstallers/gen_prod_env.sh b/scripts/subinstallers/gen_prod_env.sh index b12550a..a228f7e 100755 --- a/scripts/subinstallers/gen_prod_env.sh +++ b/scripts/subinstallers/gen_prod_env.sh @@ -43,3 +43,8 @@ WEBPASSWORD="$1" echo "TZ=\"America/New York\"" > $PIHOLE_PROD_FILE echo "WEBPASSWORD=$WEBPASSWORD" >> $PIHOLE_PROD_FILE chmod 600 $PIHOLE_PROD_FILE + + +GLOBAL_SERVICES_FILE="./.envs/.production/.global" +echo "[DEFAULT]" > $GLOBAL_SERVICES_FILE +chmod 600 $GLOBAL_SERVICES_FILE