Templates: more tweaks

This commit is contained in:
Franco Fichtner
2018-04-29 16:23:10 +02:00
parent c05da27cce
commit 85345bf820
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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