mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-02-20 07:13:13 +03:00
Update openvpn-install.sh
This commit is contained in:
parent
4ddaa97f11
commit
8a8c78fc1d
@ -40,9 +40,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
|
||||||
set baseFolder="~/vpn"
|
|
||||||
|
baseFolder="~/vpn"
|
||||||
|
|
||||||
newclient () {
|
newclient () {
|
||||||
|
baseFolder="~/vpn"
|
||||||
|
|
||||||
mkdir $baseFolder -p
|
mkdir $baseFolder -p
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user