packpack - add missing $parms var

This commit is contained in:
Andrew Bauer 2017-08-21 18:50:30 -05:00 committed by GitHub
parent 52603b24c0
commit 160641563f
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ execpackpack () {
if [ "${TRAVIS}" == "true" ]; then
utils/packpack/heartbeat.sh &
mypid=$!
packpack/packpack > buildlog.txt 2>&1
packpack/packpack $parms > buildlog.txt 2>&1
kill $mypid
tail -n 3000 buildlog.txt | grep -v ONVIF
else