Hardcode app name in error messages

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Poulette
2026-02-26 01:19:02 +01:00
committed by GitHub
parent 0f6966bbdf
commit c90a7dd972

View File

@@ -26,7 +26,7 @@ function update_script() {
check_container_resources
if [[ ! -f /usr/local/bin/surreal ]]; then
msg_error "No ${APP} Installation Found!"
msg_error "No SurrealDB Installation Found!"
exit
fi