mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "${1}" == "pre" ]; then
|
|
/usr/bin/gpclient disconnect
|
|
fi
|