Update install_services.sh

This commit is contained in:
Patrick McGuire
2022-01-22 17:03:24 -05:00
committed by GitHub
parent aeb60e6b59
commit 9c07a09e74
+2
View File
@@ -218,9 +218,11 @@ install_caddy() {
apt -qq update
apt install -qqy caddy=2.4.5 && apt-mark hold caddy
systemctl enable --now caddy
usermod -aG pi caddy
else
echo "Caddy is installed"
systemctl enable --now caddy
usermod -aG pi caddy
fi
}