Merge "Fix here-document usage"

This commit is contained in:
Jenkins 2015-04-10 03:01:15 +00:00 committed by Gerrit Code Review
commit 79401348e3
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ if [ -e $DEVSTACKDIR/local.conf ]; then
else
echo "Cannot find a local.conf. Using localrc instead"
cat - <<-EOF >> $DEVSTACKDIR/localrc
enable_service congress
EOF
enable_service congress
EOF
fi
set +o xtrace