ovpn-admin/reconfigure.sh

12 lines
169 B
Bash
Raw Normal View History

2024-01-01 21:14:00 +04: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