v0.9.9fix

~bug修复
This commit is contained in:
juewuy
2020-08-23 00:35:48 +08:00
parent 6c7a999fc8
commit 6fc597847f
5 changed files with 33 additions and 32 deletions

View File

@@ -143,7 +143,7 @@ start_dns(){
}
daemon_old(){
#守护进程状态
status=$(ps |grep -w 'clash -d'|grep -v grep)
status=$(ps |grep -w 'clash'|grep -v grep|grep -v clash.sh)
[ -z $status ] && $clashdir/clash -d $clashdir && mark_time
}
checkcron(){