Merge "Fix missing $ in CoreOS proxy conf"

This commit is contained in:
Jenkins 2017-02-06 09:37:47 +00:00 committed by Gerrit Code Review
commit c9afb83687
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,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