From f289f473d01bf2f63beef064ef4c79709d319a0e Mon Sep 17 00:00:00 2001 From: szaimen Date: Sat, 9 Jan 2021 21:14:24 +0100 Subject: [PATCH] pi-hole - fix updates (#1759) Signed-off-by: szaimen --- not-supported/pi-hole.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/not-supported/pi-hole.sh b/not-supported/pi-hole.sh index 6dbb6fb9..f157a747 100644 --- a/not-supported/pi-hole.sh +++ b/not-supported/pi-hole.sh @@ -230,6 +230,7 @@ mapfile -t INSTALLED <<< "${INSTALLED[@]}" cat << PIHOLE_UPDATE >> "$SCRIPTS/update.sh" #Pi-hole-start - Please don't remove or change this line +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin check_command pihole -up check_command sed -i 's|^server\.port.*|server\.port = 8093|' /etc/lighttpd/lighttpd.conf sleep 5 # Wait for lighttpd