Merge pull request #4795 from pi-hole/fix/mkdir_always

Logic fix for hotfix
pull/4791/head v5.11.3
Dan Schaper 2 years ago committed by GitHub
commit a28d691387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2796,7 +2796,7 @@ main() {
stop_service pihole-FTL &> /dev/null
if [ -d /var/log/pihole/ ]; then
if [ ! -d /var/log/pihole/ ]; then
mkdir /var/log/pihole/
chmod 0775 /var/log/pihole/
fi

Loading…
Cancel
Save