mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
Templates: more tweaks
This commit is contained in:
parent
c05da27cce
commit
85345bf820
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
/usr/local/etc/rc.d/configd restart
|
||||
if [ -f /usr/local/etc/rc.d/configd ]; then /usr/local/etc/rc.d/configd restart; fi
|
||||
|
|
|
|||
2
Templates/configure
vendored
2
Templates/configure
vendored
|
|
@ -1 +1 @@
|
|||
if [ -f /usr/local/etc/rc.configure_plugins ]; then /usr/local/etc/rc.configure_plugins %%ARG%%; fi
|
||||
if [ -f /usr/local/etc/rc.configure_plugins ]; then echo "Reloading plugin configuration"; /usr/local/etc/rc.configure_plugins %%ARG%%; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue