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.
2 parents 7b735e5 + 3712b1f commit d02af0aCopy full SHA for d02af0a
1 file changed
heartbeat/db2
@@ -407,7 +407,7 @@ db2_start() {
407
# partition is explicitly specified, activate without
408
# partition information. This allows db2 instances without
409
# partition support to be managed.
410
- if [ -z "$OCF_RESKEY_dbpartitionnum" ] && ! [ -a "$db2sql/db2nodes.cfg" ]; then
+ if [ -z "$OCF_RESKEY_dbpartitionnum" ] && ! [ -e "$db2sql/db2nodes.cfg" ]; then
411
start_opts=""
412
fi
413
@@ -511,7 +511,7 @@ db2_stop_bg() {
511
512
rc=$OCF_SUCCESS
513
514
515
stop_opts=""
516
517
0 commit comments