Fix Cisco libs, IPC socket, vpn-sso password and menu options
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-25 00:06:44 +00:00
parent d4acbfa5fc
commit ce2a91e7e3
3 changed files with 99 additions and 4 deletions

View File

@@ -39,6 +39,8 @@ start_gui() {
start_vpnagent() {
# Load TUN module if needed
/opt/cisco/secureclient/bin/load_tun.sh 2>/dev/null || true
# Clean up stale IPC socket
rm -f /root/.cisco/hostscan/.libcsd.ipc 2>/dev/null || true
# Start Cisco VPN agent daemon
/opt/cisco/secureclient/bin/vpnagentd &
pids+=($!)