This commit is contained in:
aozhiwei 2020-06-09 14:46:34 +08:00
parent 03dc252c84
commit d844485ae8

View File

@ -2,7 +2,8 @@
source ./common.sh
ps -ef|grep ${PROJECT_NAME} > bin/ps.log
python manage.py restart $1 $2 ${PROJECT_NAME}
ps -ef|grep ${PROJECT_NAME} > bin/ps.log
echo 'success'