add .conf to configuration filename
parent
30aced5dc6
commit
27127b35ab
|
@ -11,7 +11,7 @@ caddy_install () {
|
||||||
echo CADDY_DIR=$target >> .env
|
echo CADDY_DIR=$target >> .env
|
||||||
cp example.env .env
|
cp example.env .env
|
||||||
source .env
|
source .env
|
||||||
cp conf/example.conf conf/$CONF
|
cp conf/example.conf conf/$CONF.conf
|
||||||
./config
|
./config
|
||||||
else
|
else
|
||||||
echo unable to copy caddy files to $target, install aborted
|
echo unable to copy caddy files to $target, install aborted
|
||||||
|
|
Loading…
Reference in New Issue