summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
author陈冠林 <[email protected]>2019-01-25 16:07:48 +0800
committer陈冠林 <[email protected]>2019-01-25 16:07:48 +0800
commit3b263cf8079fb4fc718625a5a07aa61be4545531 (patch)
tree2e007cd0a61047583d643b735f804459fdf34ff3 /setup.sh
parent2d8d40209f769820e6544b46e3d9bc64350ea87e (diff)
增加日志和报错
Diffstat (limited to 'setup.sh')
-rw-r--r--setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 2115c62..342407c 100644
--- a/setup.sh
+++ b/setup.sh
@@ -1,4 +1,5 @@
#!/bin/sh
while [[ "1" = "1" ]]; do
python3 manage.py runserver 0:8090
+ sleep 10
done