From 78de46369c5820edb8ac2321d45e4503f4ae4769 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 12 Oct 2015 21:26:04 +0300 Subject: [PATCH] eh --- init.d/cjdroute | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {