From 1270071c8c034b06657228bec71bf793ce2b8ad0 Mon Sep 17 00:00:00 2001 From: Janek <6506725+jkrgr0@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:18:25 +0000 Subject: [PATCH] fix(2fauth): :lipstick: Removed duplicated version prefix v in messages --- ct/2fauth.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/2fauth.sh b/ct/2fauth.sh index edaf7c64..1324d870 100644 --- a/ct/2fauth.sh +++ b/ct/2fauth.sh @@ -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 }