Commit 52147e15 authored by iSergio's avatar iSergio
Browse files

Fix

parent 35251421
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ chmod 4755 /usr/sbin/arping

mkdir -p /var/log/pgpool
if [[ $DB_CLUSTER == true ]]; then
    cp -rf bin/* /usr/local/bin/
    touch /etc/pgpool-II/pool_passwd
    chown postgres /etc/pgpool-II/pool_passwd

@@ -142,4 +143,5 @@ if [[ $DB_CLUSTER == true ]]; then
    fi
    /etc/init.d/crond restart
fi

chkconfig pgpool on