We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab10013 commit bc702e2Copy full SHA for bc702e2
ct/zammad.sh
@@ -28,7 +28,7 @@ function update_script() {
28
header_info
29
check_container_storage
30
check_container_resources
31
- if [[ ! -d /opt/zamad ]]; then
+ if [[ ! -d /opt/zammad ]]; then
32
msg_error "No ${APP} Installation Found!"
33
exit
34
fi
0 commit comments