1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-02-17 14:03:13 +03:00

Update openvpn-install.sh

This commit is contained in:
Ben Yanke 2016-05-08 23:17:24 -05:00
parent 4ddaa97f11
commit 8a8c78fc1d

View File

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