mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 21:09:03 +01:00
Remove OpenVPN log during uninstallation (#339)
This commit is contained in:
parent
7cabdf79c6
commit
19820e886e
@ -1150,6 +1150,7 @@ function removeOpenVPN () {
|
||||
rm -rf /etc/openvpn
|
||||
rm -rf /usr/share/doc/openvpn*
|
||||
rm -f /etc/sysctl.d/20-openvpn.conf
|
||||
rm -rf /var/log/openvpn
|
||||
|
||||
# Unbound
|
||||
if [[ -e /etc/unbound/openvpn.conf ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user