Merge pull request #265 from HuKeping/master

Replace tab with space on script
This commit is contained in:
Ying Li 2015-11-04 18:33:23 -08:00
commit 0f3a194cf2
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if [ -n "${DB_USER}" -o -n "${DB_NAME}" ]; then
-e "GRANT ALL PRIVILEGES ON \`$db\`.* TO '${DB_USER}' IDENTIFIED BY '${DB_PASS}';"
fi
# Create our Database:
mysql -uroot $db < ./initial.sql
mysql -uroot $db < ./initial.sql
mysql -uroot $db < ./migrate.sql
done
fi