mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
7 lines
118 B
Bash
Executable File
7 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Disconnect the VPN connection before the network goes down
|
|
/usr/bin/gpclient disconnect --wait 3
|