Update apache-tomcat.sh

This commit is contained in:
CanbiZ 2025-03-03 14:22:39 +01:00
parent 294d6c4f42
commit f0ee88bb7c

View File

@ -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