We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fef17 commit c5f0fbfCopy full SHA for c5f0fbf
1 file changed
heartbeat/sybaseASE.in
@@ -84,7 +84,7 @@ if [ "$__OCF_ACTION" != "meta-data" ]; then
84
OCF_RESKEY_sybase_home="/opt/sap"
85
elif [ -d "/opt/sybase" ]; then
86
OCF_RESKEY_sybase_home="/opt/sybase"
87
- else
+ elif ! ocf_is_probe; then
88
ocf_log err "sybaseASE: Unable to detect 'sybase_home'."
89
exit $OCF_ERR_ARGS
90
fi
0 commit comments