1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00

Tested, ran sucessfully. Updating from local modifications.

This commit is contained in:
b0n 2016-11-28 03:20:05 -08:00
parent 4dbf223446
commit 3b928b9044

View File

@ -38,7 +38,7 @@ elif [[ -e /etc/centos-release || -e /etc/redhat-release ]]; then
RCLOCAL='/etc/rc.d/rc.local' RCLOCAL='/etc/rc.d/rc.local'
# Needed for CentOS 7 # Needed for CentOS 7
chmod +x /etc/rc.d/rc.local chmod +x /etc/rc.d/rc.local
else elif [[ -e /usr/bin/pacman ]]; then
#Else, OS is Arch #Else, OS is Arch
OS=arch OS=arch
GROUPNAME=nobody GROUPNAME=nobody
@ -161,7 +161,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
apt-get remove --purge -y openvpn openvpn-blacklist apt-get remove --purge -y openvpn openvpn-blacklist
elif [[ "$OS" = 'centos' ]]; then elif [[ "$OS" = 'centos' ]]; then
yum remove openvpn -y yum remove openvpn -y
elif [[ "$OS" = 'arch' ]]; then else
pacman -Rs openvpn --noconfirm pacman -Rs openvpn --noconfirm
fi fi
rm -rf /etc/openvpn rm -rf /etc/openvpn