Add kmod package and call load_tun.sh before vpnagentd
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -37,6 +37,8 @@ start_gui() {
|
||||
}
|
||||
|
||||
start_vpnagent() {
|
||||
# Load TUN module if needed
|
||||
/opt/cisco/secureclient/bin/load_tun.sh 2>/dev/null || true
|
||||
# Start Cisco VPN agent daemon
|
||||
/opt/cisco/secureclient/bin/vpnagentd &
|
||||
pids+=($!)
|
||||
|
||||
Reference in New Issue
Block a user