1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-11 07:22:21 +00:00

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

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