Show version information after an web only update (#5788)

This commit is contained in:
yubiuser
2024-10-01 05:57:34 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

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