diff --git a/Templates/actions.d b/Templates/actions.d index e05a6ed7a..c5e1385c9 100644 --- a/Templates/actions.d +++ b/Templates/actions.d @@ -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 diff --git a/Templates/configure b/Templates/configure index 3c0a42119..c95feae6a 100644 --- a/Templates/configure +++ b/Templates/configure @@ -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