Remove OpenVPN log during uninstallation (#339)

This commit is contained in:
xiagw 2018-10-19 18:10:56 +08:00 committed by Stanislas
parent 7cabdf79c6
commit 19820e886e
1 changed files with 1 additions and 0 deletions

View File

@ -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