openvpn: fix previous

Execute both commands regardless of their return value.
This commit is contained in:
Franco Fichtner 2023-08-08 10:32:42 +02:00
parent 9dc2f01f27
commit 9fcbafaf68

View File

@ -35,7 +35,7 @@ type:script
message: restart openvpn instance %s
[configure]
command:/usr/local/sbin/pluginctl -c crl || /usr/local/opnsense/scripts/openvpn/ovpn_service_control.php
command:/usr/local/sbin/pluginctl -c crl; /usr/local/opnsense/scripts/openvpn/ovpn_service_control.php
parameters: -a configure
type:script
message: configure openvpn instances