summarylogtreecommitdiffstats
path: root/pi-hole-standalone.install
diff options
context:
space:
mode:
authormax.bra2021-04-23 18:09:12 +0200
committermax.bra2021-04-23 18:09:12 +0200
commitafee74ee7b528ea5bc7d31e7e56164a19b1fb2d9 (patch)
tree9aac945889ba37bf0cfb50b4d81f357a9b853672 /pi-hole-standalone.install
parenta66657880701418dbdc5682efec9a28469e273d9 (diff)
downloadaur-afee74ee7b528ea5bc7d31e7e56164a19b1fb2d9.tar.gz
grep error
Diffstat (limited to 'pi-hole-standalone.install')
-rw-r--r--pi-hole-standalone.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/pi-hole-standalone.install b/pi-hole-standalone.install
index 3fde50634395..8ae75a612e30 100644
--- a/pi-hole-standalone.install
+++ b/pi-hole-standalone.install
@@ -25,7 +25,7 @@ post_upgrade() {
chown pihole:pihole /etc/pihole
# query logging disabling needs this
- grep -qxF 'QUERY_LOGGING=' /etc/pihole/setupVars.conf || echo 'QUERY_LOGGING=true' >> /etc/pihole/setupVars.conf
+ grep -qF 'QUERY_LOGGING=' /etc/pihole/setupVars.conf || echo 'QUERY_LOGGING=true' >> /etc/pihole/setupVars.conf
# warning