Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated install/basic-install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh
index 939f4b45..fa8934c4 100755
--- a/automated install/basic-install.sh
+++ b/automated install/basic-install.sh
@@ -2796,6 +2796,11 @@ main() {
stop_service pihole-FTL &> /dev/null
+ if [ -d /var/log/pihole/ ]; then
+ mkdir /var/log/pihole/
+ chmod 0775 /var/log/pihole/
+ fi
+
# Special handling for pihole-FTL.log -> pihole/FTL.log
if [ -f /var/log/pihole-FTL.log ] && [ ! -L /var/log/pihole-FTL.log ]; then
# /var/log/pihole-FTL.log -> /var/log/pihole/FTL.log