This commit is contained in:
Jack L. Frost 2015-10-12 21:26:04 +03:00
parent 0e2d7151bd
commit 78de46369c
1 changed files with 3 additions and 2 deletions

View File

@ -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() {