mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 19:30:16 +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
|
||||
# Make sure you have `curl` installed
|
||||
|
||||
# timestamp 2020/5/22 17:44BST
|
||||
# timestamp 2020/5/24 15:44BST
|
||||
|
||||
######## VARIABLES #########
|
||||
#pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# dual protocol, VPN type supplied as $1
|
||||
|
||||
VPN=$1
|
||||
setupVars="/etc/pivpn/${VPN}/setupVars.conf"
|
||||
ERR=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue