diff --git a/init.d/cjdroute b/init.d/cjdroute index 1dba840..c8b527c 100755 --- a/init.d/cjdroute +++ b/init.d/cjdroute @@ -24,8 +24,9 @@ cjdroute.check_tun_module() { } start() { - cjdroute.check_tun_module || { return 1; } - watchman.start + if cjdroute.check_tun_module; then + watchman.start + fi } get_control_pid() {