mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 01:10:22 -08:00
all export
This commit is contained in:
parent
ed11ade127
commit
811a7c1b46
@ -5,7 +5,8 @@ if [ ! -f .env ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -a
|
||||||
source .env
|
source .env
|
||||||
|
set +a
|
||||||
|
|
||||||
envsubst < ./nginx/default.conf.tpl > ./nginx/default.conf
|
envsubst < ./nginx/default.conf.tpl > ./nginx/default.conf
|
||||||
|
|||||||
2
start.sh
2
start.sh
@ -5,7 +5,9 @@ if [ ! -f .env ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
set -a
|
||||||
source .env
|
source .env
|
||||||
|
set +a
|
||||||
|
|
||||||
for script_file in ./start.d/*.sh
|
for script_file in ./start.d/*.sh
|
||||||
do
|
do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user