Update task.py

pull/109/head
Mr Chen 6 years ago
parent 8c3a45f741
commit 4ac93dfa3c
  1. 2
      task.py

@ -328,7 +328,7 @@ def systemTask():
reloadNum = 0 reloadNum = 0
# if os.path.exists('data/ssl.pl'): # if os.path.exists('data/ssl.pl'):
os.system(public.getRunDir() + os.system(public.getRunDir() +
'/scripts/init.d/bt restart > /dev/null 2>&1') '/scripts/init.d/mw restart > /dev/null 2>&1')
except Exception, ex: except Exception, ex:
print str(ex) print str(ex)

Loading…
Cancel
Save