eh
This commit is contained in:
parent
0e2d7151bd
commit
78de46369c
|
@ -24,8 +24,9 @@ cjdroute.check_tun_module() {
|
||||||
}
|
}
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
cjdroute.check_tun_module || { return 1; }
|
if cjdroute.check_tun_module; then
|
||||||
watchman.start
|
watchman.start
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
get_control_pid() {
|
get_control_pid() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user