From b17a4d8994fef7b18d8d53f028768613a4cf247b Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Wed, 14 Jun 2017 12:28:56 -0500 Subject: [PATCH] Create startpackpack.sh quiet gdebi output --- utils/packpack/startpackpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index aac875873..4e32671fd 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -140,7 +140,7 @@ installtrusty () { pkgname="build/zoneminder_${VERSION}-${RELEASE}_amd64.deb" if [ -e $pkgname ]; then - sudo gdebi --non-interactive $pkgname + sudo gdebi --quiet --non-interactive $pkgname mysql -uzmuser -pzmpass zm < db/test.monitor.sql sudo /usr/bin/zmpkg.pl start sudo /usr/bin/zmfilter.pl -f purgewhenfull