Skip to content

Commit bc702e2

Browse files
Fix Script: Zammad (#1309)
1 parent ab10013 commit bc702e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/zammad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function update_script() {
2828
header_info
2929
check_container_storage
3030
check_container_resources
31-
if [[ ! -d /opt/zamad ]]; then
31+
if [[ ! -d /opt/zammad ]]; then
3232
msg_error "No ${APP} Installation Found!"
3333
exit
3434
fi

0 commit comments

Comments
 (0)