mirror of
https://github.com/docker/docs.git
synced 2026-03-31 16:28:59 +07:00
Replace tab with space on script
It may inconsistent on different hosts(8/4 spaces per tab). Signed-off-by: Hu Keping <hukeping@huawei.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user