mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 13:43:30 +03:00
syntax issues
This commit is contained in:
parent
6dc63dbad4
commit
b960da3b37
1 changed files with 4 additions and 2 deletions
|
@ -41,10 +41,12 @@ fi
|
|||
# Makes the VPN folder in home, to keep things neater
|
||||
# Also using a variable for possible future adaptation and customization
|
||||
|
||||
baseFolder="~/vpn"
|
||||
#baseFolder="~/vpn"
|
||||
baseFolder="/home/$(whoami)/vpn"
|
||||
|
||||
newclient () {
|
||||
baseFolder="~/vpn"
|
||||
#baseFolder="~/vpn"
|
||||
baseFolder="/home/$(whoami)/vpn"
|
||||
|
||||
mkdir $baseFolder -p
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue