mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-25 18:11:51 -05:00
2 lines
139 B
Plaintext
2 lines
139 B
Plaintext
if [ -f /usr/local/etc/rc.configure_plugins ]; then echo "Reloading plugin configuration"; /usr/local/etc/rc.configure_plugins %%ARG%%; fi
|