mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update iiab-remote-off
This commit is contained in:
parent
15570d8ca3
commit
645954fff5
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ if [ $? -ne 0 ]; then
|
|||
echo Cannot find the OpenVPN program (openvpn).
|
||||
exit 1
|
||||
fi
|
||||
systemctl disable openvpn@xscenet.service
|
||||
systemctl stop openvpn@xscenet.service
|
||||
systemctl disable openvpn
|
||||
systemctl stop openvpn
|
||||
|
||||
sleep 5
|
||||
ps -e|grep vpn
|
||||
|
|
Loading…
Add table
Reference in a new issue