Small text change in the update msg_ok to remove duplicate version number info

This commit is contained in:
Luís Oliveira 2025-09-05 14:16:30 +01:00
parent 9be8f3724c
commit 91fcd53a53

View File

@ -45,7 +45,7 @@ function update_script() {
msg_ok "Started $APP"
msg_ok "Update Successful"
else
msg_ok "No update required. ${APP} is already at v${RELEASE}."
msg_ok "No update required. Latest version already installed."
fi
exit
}