mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
Fix regression introduced by proxy port.
Change-Id: I42a6110d41e79bb0ad50817e2e76b06f7973f6c2 BUG=chromium-os:10434 TEST=Ran it with --test_prefix for delay payload test and it succeeded. Review URL: http://codereview.chromium.org/5877007
This commit is contained in:
parent
ea621903e9
commit
78bc7d7415
@ -41,7 +41,7 @@ if [ -n "${FLAGS_payload}" ]; then
|
||||
fi
|
||||
|
||||
if [ -n "${FLAGS_proxy_port}" ]; then
|
||||
IMAGE_ARGS="--proxy_port=${FLAGS_proxy_port}"
|
||||
IMAGE_ARGS="${IMAGE_ARGS} --proxy_port=${FLAGS_proxy_port}"
|
||||
fi
|
||||
|
||||
$(dirname $0)/../image_to_live.sh \
|
||||
|
Loading…
x
Reference in New Issue
Block a user