mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-08 23:20:56 +00:00
Remove testing block.
This commit is contained in:
parent
f7266ef4c8
commit
603ec997ba
@ -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 New Issue
Block a user