Fix missing $ in CoreOS proxy conf

Change-Id: I0c57cd32ad56f9a485b1e76555dbbba4fea5148e
This commit is contained in:
Kevin Lefevre 2017-02-01 09:20:40 +01:00
parent 25aa5b06ff
commit 6096da5c85
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ write_files:
DOCKER_RESTART=1
echo "no_proxy=$NO_PROXY" >> ENVIRONMENT
echo "no_proxy=$NO_PROXY" >> $ENVIRONMENT
fi
if [ "$DOCKER_RESTART" -eq 1 ]; then