fix(2fauth): 💄 Removed duplicated version prefix v in messages

This commit is contained in:
Janek 2024-12-23 13:18:25 +00:00
parent e77cc6a39d
commit 1270071c8c

View File

@ -73,9 +73,9 @@ function update_script() {
# Last Action
echo "${RELEASE}" >/opt/2fauth_version.txt
msg_ok "Updated $APP to v${RELEASE}"
msg_ok "Updated $APP to ${RELEASE}"
else
msg_ok "No update required. ${APP} is already at v${RELEASE}"
msg_ok "No update required. ${APP} is already at ${RELEASE}"
fi
exit
}