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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user