Uninstalling OpenVPN remove ovpns
This commit is contained in:
parent
42f6553dcc
commit
e22dafda69
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
|
|||
fi
|
||||
rm -rf /etc/openvpn
|
||||
rm -rf /usr/share/doc/openvpn*
|
||||
cd /home/ && rm $(find . -maxdepth 2 | grep .ovpn) || rm /root/*.ovpn
|
||||
echo ""
|
||||
echo "OpenVPN removed!"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue