Update pihole

Fix spelling typos
This commit is contained in:
John Crisp
2019-09-16 14:46:09 +02:00
committed by Adam Warner
parent 3269c63f89
commit 4f21f67775

4
pihole
View File

@ -11,8 +11,8 @@
readonly PI_HOLE_SCRIPT_DIR="/opt/pihole"
# setupVars and PI_HOLE_BIN_DIR are not readonly here because in some funcitons (checkout),
# it might get set again when the installer is sourced. This causes an
# setupVars and PI_HOLE_BIN_DIR are not readonly here because in some functions (checkout),
# they might get set again when the installer is sourced. This causes an
# error due to modifying a readonly variable.
setupVars="/etc/pihole/setupVars.conf"
PI_HOLE_BIN_DIR="/usr/local/bin"