make: let upgrade restart webgui for consistency

This commit is contained in:
Franco Fichtner 2016-03-12 10:17:16 +01:00
parent 80a70ffe05
commit 76dd0b09f9

View File

@ -191,7 +191,8 @@ package: force
upgrade: package
${PKG} delete -y ${CORE_NAME}
${PKG} add ${PKGDIR}/*.txz
@${PKG} add ${PKGDIR}/*.txz
@/usr/local/etc/rc.restart_webgui
lint: force
find ${.CURDIR}/src ${.CURDIR}/scripts \