mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
openvpn: fix previous
Execute both commands regardless of their return value.
This commit is contained in:
parent
9dc2f01f27
commit
9fcbafaf68
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user