Merge pull request #1348 from pi-hole/fix/update-without-web

Source setupVars in the updater before attempting to use it
pull/1353/head
Mcat12 7 years ago committed by GitHub
commit 52baf26d7d

@ -90,6 +90,7 @@ FTLcheckUpdate() {
main() {
local pihole_version_current
local web_version_current
source "${setupVars}"
#This is unlikely
if ! is_repo "${PI_HOLE_FILES_DIR}" ; then

Loading…
Cancel
Save