make search for install more specific

This commit is contained in:
Edward Moscardini 2025-03-25 16:16:22 -04:00
parent 13724f59f1
commit 716bda24e2
No known key found for this signature in database
GPG Key ID: A00DAB80E4E936C9

View File

@ -23,7 +23,7 @@ function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -d /var ]]; then
if [[ ! -d /opt/openziti ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi