1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

Only update when update flag is set to "true"

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2017-03-11 12:37:36 -08:00
parent a2404f104a
commit b0ae954f1e
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC

View File

@ -189,7 +189,7 @@ checkout()
fi fi
# Force updating everything # Force updating everything
if [[ ! "${1}" == "web" && "${update}" ]]; then if [[ ! "${1}" == "web" && "${update}" == "true" ]]; then
echo "::: Running installer to upgrade your installation" echo "::: Running installer to upgrade your installation"
if "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh" --unattended; then if "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh" --unattended; then
exit 0 exit 0