Update heimdall-dashboard.sh

fix fat finger
This commit is contained in:
tteckster 2024-04-10 07:20:01 -04:00 committed by GitHub
parent 2ef0f9f5c6
commit a38c9f84e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
}