mirror of
https://github.com/opnsense/core.git
synced 2026-02-18 18:18:13 -05:00
pkg: the script has the benefit of testing at the moment
pluginctl reaches into webgui.inc but the firmware and configd use rc.restart_webgui which we want to hook into for now.
This commit is contained in:
parent
a57180946b
commit
ac2fc5a597
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -343,7 +343,7 @@ upgrade-check:
|
|||
upgrade: upgrade-check clean-pkgdir package
|
||||
@${PKG} delete -fy ${CORE_NAME} || true
|
||||
@${PKG} add ${PKGDIR}/*.pkg
|
||||
@${PLUGINCTL} -c webgui
|
||||
${.CURDIR}/src/etc/rc.restart_webgui
|
||||
|
||||
glint: sweep plist-fix lint
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue