Commit 2dc0e47b authored by iSergio's avatar iSergio
Browse files

Missed params

parent f5b558c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ usage="$(basename "$0") [-h] [-p] [-s] [-a|b]-- Script configure pgpool-II
     -b  configure pgpool for category B (2 servers) (jboss and postgresql cluster on same hasts) (Default: a)
"

while getopts ':psvh' option; do
while getopts ':psvhab' option; do
    case "$option" in
        p) TYPE=primary
            ;;