Fix hardcoded paths
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user