From f0ee88bb7cd7ab09476d7926fc22d252c42ccb9c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:22:39 +0100 Subject: [PATCH] Update apache-tomcat.sh --- ct/done/apache-tomcat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/done/apache-tomcat.sh b/ct/done/apache-tomcat.sh index 2cb8a82..38497a6 100644 --- a/ct/done/apache-tomcat.sh +++ b/ct/done/apache-tomcat.sh @@ -22,7 +22,7 @@ function update_script() { header_info check_container_storage check_container_resources - if [[ ! -d /opt/tomcat* ]]; then + if ! ls -d /opt/tomcat-* >/dev/null 2>&1; then msg_error "No ${APP} Installation Found!" exit fi