mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-09 17:10:15 +00:00
Merge pull request #1642 from rwall/patch-2
fix(dev-infra): move source to before var ref
This commit is contained in:
commit
df74230e77
1 changed files with 3 additions and 2 deletions
|
@ -6,12 +6,13 @@ pivpnPERSISTENTKEEPALIVE=""
|
||||||
pivpnDNS2=""
|
pivpnDNS2=""
|
||||||
|
|
||||||
setupVars="/etc/pivpn/wireguard/setupVars.conf"
|
setupVars="/etc/pivpn/wireguard/setupVars.conf"
|
||||||
# shellcheck disable=SC2154
|
|
||||||
userGroup="${install_user}:${install_user}"
|
|
||||||
|
|
||||||
# shellcheck disable=SC1090
|
# shellcheck disable=SC1090
|
||||||
source "${setupVars}"
|
source "${setupVars}"
|
||||||
|
|
||||||
|
# shellcheck disable=SC2154
|
||||||
|
userGroup="${install_user}:${install_user}"
|
||||||
|
|
||||||
### Functions
|
### Functions
|
||||||
err() {
|
err() {
|
||||||
echo "[$(date +'%Y-%m-%dT%H:%M:%S%z')]: $*" >&2
|
echo "[$(date +'%Y-%m-%dT%H:%M:%S%z')]: $*" >&2
|
||||||
|
|
Loading…
Add table
Reference in a new issue