From 3d6c5a1cb2dd3b72241fbb2dc960cc7ffd72859c Mon Sep 17 00:00:00 2001 From: Farid Musa Date: Mon, 1 Jan 2024 22:02:28 +0400 Subject: [PATCH] fix --- reconfigure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reconfigure.sh b/reconfigure.sh index d0c7100..c20e078 100755 --- a/reconfigure.sh +++ b/reconfigure.sh @@ -11,3 +11,4 @@ source .env set +a envsubst < ./nginx/default.conf.tpl > ./nginx/default.conf +envsubst < ./ovpn_config/openvpn.conf.tpl > ./ovpn_config/openvpn.conf