mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-24 13:50:17 +00:00
Remove variables not needed any more
This commit is contained in:
parent
4632b0f797
commit
15db1ffdd5
1 changed files with 0 additions and 2 deletions
|
@ -102,9 +102,7 @@ GitCheckUpdateAvail() {
|
|||
|
||||
main() {
|
||||
local pihole_version_current
|
||||
local pihole_version_latest
|
||||
local web_version_current
|
||||
local web_version_latest
|
||||
|
||||
#This is unlikely
|
||||
if ! is_repo "${PI_HOLE_FILES_DIR}" || ! is_repo "${ADMIN_INTERFACE_DIR}" ; then
|
||||
|
|
Loading…
Reference in a new issue