From 59490bea03dde47f8463950110d134a79b93e1b0 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sun, 26 Apr 2020 22:18:32 -0400 Subject: [PATCH] gen_prod always in install --- scripts/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index cd5001d..8bf4667 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -165,9 +165,9 @@ IPV4_PUBLIC="10.2.3.1" # generate production .env file -if [ ! -d ./.envs/.production ]; then - ./scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD" -fi +#if [ ! -d ./.envs/.production ]; then +./scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD" +#fi # unattended upgrades sudo cp ./scripts/conf/20auto-upgrades /etc/apt/apt.conf.d/