Rename also in docker files

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-07-06 22:58:14 +02:00
parent 0a8761ee68
commit 518cbd10e0
13 changed files with 12 additions and 13 deletions
-1
View File
@@ -2861,7 +2861,6 @@ main() {
}
# allow to source this script without running it
# used in docker-pihole and webpage.sh
if [[ "${SKIP_INSTALL}" != true ]] ; then
main "$@"
fi
+1 -1
View File
@@ -36,7 +36,7 @@ else
fi
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
PH_TEST="true"
SKIP_INSTALL="true"
source "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh"
# setupVars set in basic-install.sh
source "${setupVars}"