mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Remove testing block.
This commit is contained in:
parent
f7266ef4c8
commit
603ec997ba
1 changed files with 5 additions and 5 deletions
|
@ -82,11 +82,11 @@ main() {
|
|||
local web_version_current
|
||||
local web_version_latest
|
||||
|
||||
# if ! is_repo "${PI_HOLE_FILES_DIR}" || ! is_repo "${ADMIN_INTERFACE_DIR}" ; then #This is unlikely
|
||||
# echo "::: Critical Error: One or more Pi-Hole repos are missing from system!"
|
||||
# echo "::: Please re-run install script from https://github.com/pi-hole/pi-hole"
|
||||
# exit 1;
|
||||
# fi
|
||||
if ! is_repo "${PI_HOLE_FILES_DIR}" || ! is_repo "${ADMIN_INTERFACE_DIR}" ; then #This is unlikely
|
||||
echo "::: Critical Error: One or more Pi-Hole repos are missing from system!"
|
||||
echo "::: Please re-run install script from https://github.com/pi-hole/pi-hole"
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
echo "::: Checking for updates..."
|
||||
# Checks Pi-hole version string in format vX.X.X
|
||||
|
|
Loading…
Reference in a new issue