diff --git a/openvpn-install.sh b/openvpn-install.sh index 5a76294..8f5577c 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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