Skip to content

Commit

Permalink
fix whitelist format
Browse files Browse the repository at this point in the history
  • Loading branch information
Lozy authored May 6, 2017
1 parent f21a295 commit 077eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ do
passwd="${_PARAMETER#--passwd=}"
;;
--whitelist=*)
whitelist_ipaddrs=$(echo "${_PARAMETER#--whitelist=}" | sed 's/;/\n/g' | sed '/^$/d')
whitelist_ipaddrs=$(echo "${_PARAMETER#--whitelist=}" | sed 's/:/\n/g' | sed '/^$/d')
;;
--whitelist-url=*)
whitelist="${_PARAMETER#--whitelist-url=}"
Expand Down

0 comments on commit 077eac3

Please sign in to comment.