1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Logic fix

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2022-07-07 13:50:41 -07:00
parent ef71ca05a9
commit 56a32047b8
No known key found for this signature in database
GPG Key ID: 6055EE2AD4004FC0

View File

@ -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