Fix hardcoded paths
This commit is contained in:
parent
3bf982e84b
commit
4bbe0093f6
@ -4,5 +4,5 @@ sleep 10
|
||||
set -e
|
||||
$@
|
||||
AUTHORITY=$3
|
||||
test -f /etc/certidude/authority/ca5.dev.lan/host_cert.pem
|
||||
test -f /etc/certidude/authority/$AUTHORITY/host_cert.pem
|
||||
openvpn --config /etc/openvpn/$AUTHORITY.conf
|
||||
|
@ -4,5 +4,5 @@ sleep 10
|
||||
set -e
|
||||
$@
|
||||
AUTHORITY=$3
|
||||
test -f /etc/certidude/authority/ca5.dev.lan/host_cert.pem
|
||||
test -f /etc/certidude/authority/$AUTHORITY/host_cert.pem
|
||||
/usr/sbin/ipsec start --nofork
|
||||
|
Loading…
Reference in New Issue
Block a user