1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-27 23:46:07 +03:00

syntax issues

This commit is contained in:
Ben Yanke 2016-05-08 23:37:22 -05:00
parent 6dc63dbad4
commit b960da3b37

View File

@ -41,10 +41,12 @@ 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="~/vpn"
baseFolder="/home/$(whoami)/vpn"
newclient () { newclient () {
baseFolder="~/vpn" #baseFolder="~/vpn"
baseFolder="/home/$(whoami)/vpn"
mkdir $baseFolder -p mkdir $baseFolder -p