1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 04:30:55 +00:00

Add back dropped binary call.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2019-08-24 04:57:23 -07:00
parent 03c65dd0e9
commit 4cfe463dfa
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

View File

@ -2675,7 +2675,7 @@ main() {
if [[ "${INSTALL_TYPE}" == "Update" ]]; then
printf "\\n"
"${PI_HOLE_BIN_DIR}" version --current
"${PI_HOLE_BIN_DIR}"/pihole version --current
fi
}