initial dual install try

This commit is contained in:
root 2020-04-28 23:44:56 +01:00
parent e66e2c6513
commit f379ca2e10
9 changed files with 95 additions and 79 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# PiVPN: revoke client script
setupVars="/etc/pivpn/setupVars.conf"
setupVars="/etc/pivpn/openvpn/setupVars.conf"
INDEX="/etc/openvpn/easy-rsa/pki/index.txt"
if [ ! -f "${setupVars}" ]; then