From 9c07a09e74ded7321f1512612ea157465885755b Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:03:24 -0500 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 6624f07..e0be27e 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -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 }