Update mw.tpl

pull/109/head
midoks 3 years ago
parent 94be2b83c7
commit 35b1df01db
  1. 2
      scripts/init.d/mw.tpl

@ -40,7 +40,7 @@ mw_start(){
isStart=`ps -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'` isStart=`ps -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'`
if [ "$isStart" == '' ];then if [ "$isStart" == '' ];then
echo -e "Starting mw... \c" echo -e "Starting mw... \c"
cd $mw_path && daemon "gunicorn -c setting.py app:app" cd $mw_path && gunicorn -c setting.py app:app
port=$(cat ${mw_path}/data/port.pl) port=$(cat ${mw_path}/data/port.pl)
isStart="" isStart=""
while [[ "$isStart" == "" ]]; while [[ "$isStart" == "" ]];

Loading…
Cancel
Save