Skip to content

Commit

Permalink
change ip list format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lozy authored May 6, 2017
1 parent 3cb834c commit 48bc845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ for _PARAMETER in $RUN_OPTS
do
case "${_PARAMETER}" in
--ip=*) #split in ; ip1;ip2;
ipaddr_list=$(echo "${_PARAMETER#--ip=}" | sed 's/;/\n/g' | sed '/^$/d')
ipaddr_list=$(echo "${_PARAMETER#--ip=}" | sed 's/:/\n/g' | sed '/^$/d')
;;
--port=*)
port="${_PARAMETER#--port=}"
Expand Down

0 comments on commit 48bc845

Please sign in to comment.