Fix a bug of setting heartbeat_destination parameter V3_3_0_RC1
authorYugo Nagata <nagata@sraoss.co.jp>
Thu, 25 Jul 2013 08:19:03 +0000 (17:19 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Thu, 25 Jul 2013 08:19:03 +0000 (17:19 +0900)
redhat/rpm_installer/install.sh

index e29f34027a483a66b7c40c150feb8068eac1a443..4d82d519128ce7b99216cb446cd6662c1fd90210 100755 (executable)
@@ -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)