From 6d9ffaabf865fb9ccbbc39dbd8745cb452410d58 Mon Sep 17 00:00:00 2001 From: jokob-sk <96159884+jokob-sk@users.noreply.github.com> Date: Sun, 11 Dec 2022 13:37:35 +1100 Subject: [PATCH] Remove log location configuration option --- config/pialert.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/config/pialert.conf b/config/pialert.conf index 287dfb2b..63af4095 100755 --- a/config/pialert.conf +++ b/config/pialert.conf @@ -12,7 +12,6 @@ PIALERT_PATH = '/home/pi/pialert' DB_PATH = PIALERT_PATH + '/db/pialert.db' -LOG_PATH = PIALERT_PATH + '/log' VENDORS_DB = '/usr/share/arp-scan/ieee-oui.txt' PRINT_LOG = False TIMEZONE = 'Europe/Berlin'