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

Update openvpn-install.sh

This commit is contained in:
Ben Yanke 2016-05-08 23:42:52 -05:00
parent ccc30df192
commit e02d06ff5d

View File

@ -41,12 +41,11 @@ fi
# Makes the VPN folder in home, to keep things neater # Makes the VPN folder in home, to keep things neater
# Also using a variable for possible future adaptation and customization # Also using a variable for possible future adaptation and customization
#baseFolder="~/vpn"
baseFolder="$HOME/vpn" baseFolder="$HOME/vpn"
newclient () { newclient () {
#baseFolder="~/vpn"
baseFolder="$HOME/vpn" # baseFolder="$HOME/vpn"
mkdir $baseFolder -p mkdir $baseFolder -p