1
0
Fork 0
mirror of synced 2024-06-02 07:21:10 -04:00
ovpn-admin/reconfigure.sh

12 lines
169 B
Bash
Raw Normal View History

2024-01-01 12:14:00 -05:00
#!/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