From 67c11c9b7ab9c95200a52fbb95bcfe59c93eec9a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 14 Dec 2017 17:21:40 +0000 Subject: [PATCH] make: use raw GUI reload during upgrade We can observe the reload status this way. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 787434659..399cfaa88 100644 --- a/Makefile +++ b/Makefile @@ -271,8 +271,7 @@ upgrade-check: force upgrade: plist-check upgrade-check package @${PKG} delete -fy ${CORE_NAME} @${PKG} add ${PKGDIR}/*.txz - @echo -n "Restarting web GUI: " - @configctl webgui restart + @/usr/local/etc/rc.restart_webgui lint: plist-check find ${.CURDIR}/src ${.CURDIR}/Scripts \