rabin 7 년 전
부모
커밋
51123f163a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      admin/page/hardware.py

+ 1 - 1
admin/page/hardware.py

@@ -109,7 +109,7 @@ class restart_cron_path(Load):
 	@Web.setting
 	def post(self):
 		Shell.popen("ps -ef | grep cron.py | grep -v grep |awk '{print $1}'|xargs kill -9")
-		Shell.popen('./cron.py >/dev/null &')
+		Shell.popen('/usr/local/demeter/cron.py >/dev/null &')
 
 class restart_sub_path(Load):
 	@Web.auth