From 449bd96cc76189439e1e569c65608ddf998fa400 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 11 Dec 2021 14:37:49 -0500 Subject: [PATCH] .global --- scripts/subinstallers/gen_prod_env.sh | 5 +++++ 1 file changed, 5 insertions(+) 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