mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 23:15:55 +00:00
Update apache-tomcat.sh
This commit is contained in:
@@ -22,7 +22,7 @@ function update_script() {
|
|||||||
header_info
|
header_info
|
||||||
check_container_storage
|
check_container_storage
|
||||||
check_container_resources
|
check_container_resources
|
||||||
if [[ ! -d /opt/tomcat* ]]; then
|
if ! ls -d /opt/tomcat-* >/dev/null 2>&1; then
|
||||||
msg_error "No ${APP} Installation Found!"
|
msg_error "No ${APP} Installation Found!"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user