mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 06:48:07 +00:00
remove readonly
directive from declaration of utilsfile
, it is unnecassery
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
42d3368955
commit
86dd612882
@ -28,7 +28,7 @@ readonly PI_HOLE_FILES_DIR="/etc/.pihole"
|
||||
PH_TEST="true"
|
||||
source "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh"
|
||||
|
||||
readonly utilsfile="/opt/pihole/utils.sh"
|
||||
utilsfile="/opt/pihole/utils.sh"
|
||||
source "${utilsfile}"
|
||||
|
||||
coltable="/opt/pihole/COL_TABLE"
|
||||
|
Loading…
Reference in New Issue
Block a user