Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 154a9d1

Browse files
authored
Update start.sh
1 parent 22bfbfa commit 154a9d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# 等待mysql服务启动
3+
echo "等待mysql服务启动"
4+
sleep 10
25
# 迁移django数据库
36
echo "迁移django数据库"
47
python manage.py migrate

0 commit comments

Comments
 (0)