From bc702e2a6da6b1eb31e19c10f4a6fab2a011b499 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Tue, 7 Jan 2025 08:49:44 +0100 Subject: [PATCH] Fix Script: Zammad (#1309) --- ct/zammad.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/zammad.sh b/ct/zammad.sh index 43360bd0..e96d4f6c 100644 --- a/ct/zammad.sh +++ b/ct/zammad.sh @@ -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