Closed thisIsIan-W closed 1 month ago
看这个代码好像没问题的样子,停止的时候只会删除那行能匹配的。 https://github.com/immortalwrt/homeproxy/blob/master/root/etc/init.d/homeproxy#L300 你或许可以自己 debug 下原因。
5 15,16,23 pkill -9 'home''proxy/scripts/update_resources.sh' ;find '/var/run/home''proxy/' -name updateresources-china.lock -delete ;eval '/etc/home''proxy/scripts/update_crond.sh'
写成这样,就匹配不到了。
eval '/etc/home''proxy/scripts/update_crond.sh'
5 15,16,23 pkill -9 'home''proxy/scripts/update_resources.sh' ;find '/var/run/home''proxy/' -name updateresources-china.lock -delete ;eval '/etc/home''proxy/scripts/update_crond.sh'
写成这样,就匹配不到了。
eval '/etc/home''proxy/scripts/update_crond.sh'
Much appreciated!
OS version:
Luci-app-homeproxy version:
Steps to reproduce this issue:
service homeproxy restart
or directly rebooting the system;