mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
Framework: only reload configd once in upgrade case
This commit is contained in:
parent
d66066abe1
commit
15269f55da
1 changed files with 1 additions and 4 deletions
|
|
@ -117,10 +117,7 @@ scripts-auto:
|
|||
done; \
|
||||
fi
|
||||
@if [ -d ${.CURDIR}/src/opnsense/service/conf/actions.d ]; then \
|
||||
for SCRIPT in +POST_INSTALL +POST_DEINSTALL; do \
|
||||
cat ${TEMPLATESDIR}/actions.d >> \
|
||||
${DESTDIR}/$${SCRIPT}; \
|
||||
done; \
|
||||
cat ${TEMPLATESDIR}/actions.d >> ${DESTDIR}/+POST_INSTALL; \
|
||||
fi
|
||||
@if [ -d ${.CURDIR}/src/etc/rc.loader.d ]; then \
|
||||
for SCRIPT in +POST_INSTALL +POST_DEINSTALL; do \
|
||||
|
|
|
|||
Loading…
Reference in a new issue