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

View File

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