1
0
Fork 0
mirror of synced 2024-11-16 22:25:33 -05:00
ovpn-admin/reconfigure.sh
2024-01-01 21:14:00 +04:00

11 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