Remove variables not needed any more

This commit is contained in:
DL6ER 2016-12-24 15:48:43 +01:00
parent 4632b0f797
commit 15db1ffdd5
No known key found for this signature in database
GPG key ID: 00135ACBD90B28DD

View file

@ -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