mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-24 05:56:08 +03:00
syntax fixes
This commit is contained in:
parent
b960da3b37
commit
ccc30df192
@ -42,11 +42,11 @@ fi
|
|||||||
# 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"
|
baseFolder="$HOME/vpn"
|
||||||
|
|
||||||
newclient () {
|
newclient () {
|
||||||
#baseFolder="~/vpn"
|
#baseFolder="~/vpn"
|
||||||
baseFolder="/home/$(whoami)/vpn"
|
baseFolder="$HOME/vpn"
|
||||||
|
|
||||||
mkdir $baseFolder -p
|
mkdir $baseFolder -p
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user