mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 13:43:30 +03:00
syntax fixes
This commit is contained in:
parent
b960da3b37
commit
ccc30df192
1 changed files with 2 additions and 2 deletions
|
@ -42,11 +42,11 @@ fi
|
|||
# Also using a variable for possible future adaptation and customization
|
||||
|
||||
#baseFolder="~/vpn"
|
||||
baseFolder="/home/$(whoami)/vpn"
|
||||
baseFolder="$HOME/vpn"
|
||||
|
||||
newclient () {
|
||||
#baseFolder="~/vpn"
|
||||
baseFolder="/home/$(whoami)/vpn"
|
||||
baseFolder="$HOME/vpn"
|
||||
|
||||
mkdir $baseFolder -p
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue