Fix --allowed syntax

This commit is contained in:
Daniel Smith 2014-06-14 09:52:29 -07:00
parent cba453d72b
commit f02c27312b

View File

@ -51,8 +51,7 @@ if [[ ${ALREADY_UP} -ne 1 ]]; then
--norespect_terminal_width \ --norespect_terminal_width \
--project ${PROJECT} \ --project ${PROJECT} \
--target_tags ${MINION_TAG} \ --target_tags ${MINION_TAG} \
--allowed tcp:80 \ --allowed tcp:80,tcp:8080 \
--allowed tcp:8080 \
--network ${NETWORK} \ --network ${NETWORK} \
${MINION_TAG}-http-alt ${MINION_TAG}-http-alt
fi fi