We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9fed8f + 79b8dac commit e7af42aCopy full SHA for e7af42a
pihole
@@ -10,14 +10,14 @@
10
# Please see LICENSE file for your rights under this license.
11
12
readonly PI_HOLE_SCRIPT_DIR="/opt/pihole"
13
-readonly PI_HOLE_BIN_DIR="/usr/local/bin"
14
readonly gravitylist="/etc/pihole/gravity.list"
15
readonly blacklist="/etc/pihole/black.list"
16
17
-# setupVars is not readonly here because in some funcitons (checkout),
+# setupVars and PI_HOLE_BIN_DIR are not readonly here because in some funcitons (checkout),
18
# it might get set again when the installer is sourced. This causes an
19
# error due to modifying a readonly variable.
20
setupVars="/etc/pihole/setupVars.conf"
+PI_HOLE_BIN_DIR="/usr/local/bin"
21
22
readonly colfile="${PI_HOLE_SCRIPT_DIR}/COL_TABLE"
23
source "${colfile}"
0 commit comments