Merge pull request #1762 from aacebedo/fix-setup-scripts

fixed -d option not processed in auto mode
This commit is contained in:
Daniel Pan 2016-11-23 22:46:30 +08:00 committed by GitHub
commit b0eebff656

View File

@ -325,7 +325,7 @@ function copy_user_manuals() {
}
function parse_params() {
while getopts n:i:p:d arg; do
while getopts n:i:p:d: arg; do
case $arg in
n)
server_name=${OPTARG}