Fix here-document EOF for glance_cleanup.sh

Change-Id: I38dd76da2e628252c5cd8b1b985e31714f8c44f3
This commit is contained in:
Corey Bryant 2017-10-24 09:02:58 -04:00
parent ffc6a6c662
commit 198e96a448
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ set -ex
sudo mysql -u root << EOF
DROP DATABASE glance;
EOF"""
EOF