Fix unexpected EOF in pgpool_setup.
authorBo Peng <pengbo@sraoss.co.jp>
Wed, 15 Oct 2025 09:21:21 +0000 (18:21 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Wed, 15 Oct 2025 09:21:21 +0000 (18:21 +0900)
Fix pgpool_setup unexpected EOF introduced in the previous commit (25ad5e46615c3ed337a8cefe7e0563d8b89ca18d).

src/test/pgpool_setup.in

index 8404ad4b5f703cba3aedac59aac0a2df7b35abe7..d44cf5b5990822ec44fe9ec54ba935b5dae36ce3 100644 (file)
@@ -1380,7 +1380,7 @@ chmod 0600 $PCP_PASS_FILE
 test ! -d run && mkdir run
 echo "pid_file_name = '$BASEDIR/run/pgpool.pid'" >> $CONF
 test ! -d log && mkdir log
-echo "work_dir" = '$BASEDIR/log'" >> $CONF
+echo "work_dir = '$BASEDIR/log'" >> $CONF
 
 if [ "$PGPOOLDEBUG" = "true" ];then    
     echo '$PGPOOL_INSTALL_DIR/bin/pgpool -d -D -n -f $dir/etc/pgpool.conf -F $dir/etc/pcp.conf -a $dir/etc/pool_hba.conf 2>&1 | cat > $dir/log/pgpool.log &' >> $STARTALL