Fix Script: Zammad (#1309)

This commit is contained in:
Michel Roegl-Brunner 2025-01-07 08:49:44 +01:00 committed by GitHub
parent ab10013fbe
commit bc702e2a6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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