Update install_services.sh

This commit is contained in:
mcguirepr89
2021-10-08 14:07:55 -04:00
committed by GitHub
parent a9fa537790
commit d72ecf8c19
+1 -1
View File
@@ -185,7 +185,7 @@ install_caddy() {
install_Caddyfile() {
echo "Installing the Caddyfile"
[ -d /etc/caddy ] || mkdir /etc/caddy
cp $(dirname ${my_dir})/templates/index.html ${EXTRACTED}/
sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/index.html ${EXTRACTED}/
if [ -f /etc/caddy/Caddyfile ];then
cp /etc/caddy/Caddyfile{,.original}
fi