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

View File

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