mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Correct variable name
This commit is contained in:
parent
8cb66544d2
commit
d4a49d192f
@ -106,7 +106,7 @@ checkout()
|
||||
exit 1;
|
||||
fi
|
||||
if [[ ${INSTALL_WEB} ]]; then
|
||||
if ! is_repo "${ADMIN_INTERFACE_DIR}" ; then
|
||||
if ! is_repo "${webInterfaceDir}" ; then
|
||||
echo "::: Critical Error: Web Admin repo is missing from system!"
|
||||
echo "::: Please re-run install script from https://github.com/pi-hole/pi-hole"
|
||||
exit 1;
|
||||
|
Loading…
Reference in New Issue
Block a user