Correct variable name

pull/1313/head
DL6ER 7 years ago
parent 8cb66544d2
commit d4a49d192f
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -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…
Cancel
Save