From 1897ef759545b1cac59530a655feed91a8bc3c89 Mon Sep 17 00:00:00 2001 From: Farid Musa Date: Tue, 2 Jan 2024 02:58:13 +0400 Subject: [PATCH] OVPN_NGINX_HTPASSWD --- reconfigure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reconfigure.sh b/reconfigure.sh index c20e078..d21335f 100755 --- a/reconfigure.sh +++ b/reconfigure.sh @@ -10,5 +10,6 @@ set -a source .env set +a +echo -e "$OVPN_NGINX_HTPASSWD\n" > ./nginx/.htpasswd envsubst < ./nginx/default.conf.tpl > ./nginx/default.conf envsubst < ./ovpn_config/openvpn.conf.tpl > ./ovpn_config/openvpn.conf