Skip to content

Commit c5f0fbf

Browse files
committed
sybaseASE: dont report error about missing sybaseASE env during probe-action
1 parent 36fef17 commit c5f0fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

heartbeat/sybaseASE.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if [ "$__OCF_ACTION" != "meta-data" ]; then
8484
OCF_RESKEY_sybase_home="/opt/sap"
8585
elif [ -d "/opt/sybase" ]; then
8686
OCF_RESKEY_sybase_home="/opt/sybase"
87-
else
87+
elif ! ocf_is_probe; then
8888
ocf_log err "sybaseASE: Unable to detect 'sybase_home'."
8989
exit $OCF_ERR_ARGS
9090
fi

0 commit comments

Comments
 (0)