From a38c9f84e09fe72d17e8b37dabe992fd440a5ae1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 10 Apr 2024 07:20:01 -0400 Subject: [PATCH] Update heimdall-dashboard.sh fix fat finger --- ct/heimdall-dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/heimdall-dashboard.sh b/ct/heimdall-dashboard.sh index 338251c0..68843941 100644 --- a/ct/heimdall-dashboard.sh +++ b/ct/heimdall-dashboard.sh @@ -97,7 +97,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP} msg_ok "Started ${APP}" msg_ok "Updated Successfully" else - msg_ok "No update required. ${APP} ia already at ${RELEASE}." + msg_ok "No update required. ${APP} is already at ${RELEASE}." fi exit }