Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-07-06 23:58:14 +0300
committerChristian König <ckoenig@posteo.de>2022-07-06 23:58:14 +0300
commit518cbd10e0858c642be97b67af67b1598991e38d (patch)
tree677863ab61dc58995de203fec20d140524abf231 /advanced
parent0a8761ee68c4d6b79201d52793dd4d1aefe60e7e (diff)
Rename also in docker filesSKIP_INSTALL
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'advanced')
-rwxr-xr-xadvanced/Scripts/piholeCheckout.sh2
-rwxr-xr-xadvanced/Scripts/update.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/advanced/Scripts/piholeCheckout.sh b/advanced/Scripts/piholeCheckout.sh
index 4c0a4f40..7c4a1f77 100755
--- a/advanced/Scripts/piholeCheckout.sh
+++ b/advanced/Scripts/piholeCheckout.sh
@@ -9,7 +9,7 @@
# Please see LICENSE file for your rights under this license.
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
-PH_TEST="true"
+SKIP_INSTALL="true"
source "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh"
# webInterfaceGitUrl set in basic-install.sh
diff --git a/advanced/Scripts/update.sh b/advanced/Scripts/update.sh
index 9da85c89..609a054b 100755
--- a/advanced/Scripts/update.sh
+++ b/advanced/Scripts/update.sh
@@ -17,7 +17,7 @@ readonly PI_HOLE_GIT_URL="https://github.com/pi-hole/pi-hole.git"
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
# shellcheck disable=SC2034
-PH_TEST=true
+SKIP_INSTALL=true
# when --check-only is passed to this script, it will not perform the actual update
CHECK_ONLY=false