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
|
check_container_resources
|
||||||
|
|
||||||
if [[ ! -f /usr/local/bin/surreal ]]; then
|
if [[ ! -f /usr/local/bin/surreal ]]; then
|
||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No SurrealDB Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user