mirror of https://github.com/docker/docs.git
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:
parent
0b3377a86c
commit
f8a665cd82
|
@ -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}';"
|
-e "GRANT ALL PRIVILEGES ON \`$db\`.* TO '${DB_USER}' IDENTIFIED BY '${DB_PASS}';"
|
||||||
fi
|
fi
|
||||||
# Create our Database:
|
# Create our Database:
|
||||||
mysql -uroot $db < ./initial.sql
|
mysql -uroot $db < ./initial.sql
|
||||||
mysql -uroot $db < ./migrate.sql
|
mysql -uroot $db < ./migrate.sql
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue