mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framework: only reload configd once in upgrade case
This commit is contained in:
+1
-4
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user