Move ensure_newline() into its own file as we need to source it from different places
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -26,6 +26,9 @@ readonly PI_HOLE_FILES_DIR="/etc/.pihole"
|
||||
PH_TEST="true"
|
||||
source "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh"
|
||||
|
||||
# ensure_newline()
|
||||
source "utils.sh"
|
||||
|
||||
coltable="/opt/pihole/COL_TABLE"
|
||||
if [[ -f ${coltable} ]]; then
|
||||
source ${coltable}
|
||||
|
Reference in New Issue
Block a user