forked from Spark/ssm-services
eh
This commit is contained in:
parent
0e2d7151bd
commit
78de46369c
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user