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