From: Yugo Nagata Date: Thu, 25 Jul 2013 08:19:03 +0000 (+0900) Subject: Fix a bug of setting heartbeat_destination parameter X-Git-Tag: V3_3_0_RC1 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0fb5320c2179890dbb492ebcdda76ef71573bef1;p=pgpool2.git Fix a bug of setting heartbeat_destination parameter --- diff --git a/redhat/rpm_installer/install.sh b/redhat/rpm_installer/install.sh index e29f34027..4d82d5191 100755 --- a/redhat/rpm_installer/install.sh +++ b/redhat/rpm_installer/install.sh @@ -390,9 +390,9 @@ function setWatchdog() break ;; esac - writePgpoolParam wd_lifecheck_method $REPLY - WATCHDOG_METHOD=$REPLY done + writePgpoolParam wd_lifecheck_method $REPLY + WATCHDOG_METHOD=$REPLY case $WATCHDOG_METHOD in heartbeat)