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:
parent
6dc63dbad4
commit
b960da3b37
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user