mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
self_check assign parameter
This commit is contained in:
parent
15804dff39
commit
6cfe936f55
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
# curl -L https://install.pivpn.io | bash
|
# curl -L https://install.pivpn.io | bash
|
||||||
# Make sure you have `curl` installed
|
# Make sure you have `curl` installed
|
||||||
|
|
||||||
# timestamp 2020/5/22 17:44BST
|
# timestamp 2020/5/24 15:44BST
|
||||||
|
|
||||||
######## VARIABLES #########
|
######## VARIABLES #########
|
||||||
#pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
#pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# dual protocol, VPN type supplied as $1
|
# dual protocol, VPN type supplied as $1
|
||||||
|
VPN=$1
|
||||||
setupVars="/etc/pivpn/${VPN}/setupVars.conf"
|
setupVars="/etc/pivpn/${VPN}/setupVars.conf"
|
||||||
ERR=0
|
ERR=0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue