add .conf to configuration filename

master
David Kebler 2024-04-10 11:25:59 -07:00
parent 30aced5dc6
commit 27127b35ab
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ caddy_install () {
echo CADDY_DIR=$target >> .env
cp example.env .env
source .env
cp conf/example.conf conf/$CONF
cp conf/example.conf conf/$CONF.conf
./config
else
echo unable to copy caddy files to $target, install aborted