Show version information after an web only update

Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
Christian König 2024-09-30 21:04:55 +02:00
parent c0e39087bc
commit bcc3a7e35e
No known key found for this signature in database
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
}