Update openvpn-install.sh
This commit is contained in:
parent
ccc30df192
commit
e02d06ff5d
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user