1
0
Fork 0
mirror of synced 2024-06-28 20:01:09 -04:00
ovpn-admin/reconfigure.sh
2024-01-01 21:14:00 +04:00

12 lines
169 B
Bash
Executable file

#!/usr/bin/env bash
if [ ! -f .env ]; then
echo "Please create a .env file"
exit 1
fi
source .env
envsubst < ./nginx/default.conf.tpl > ./nginx/default.conf