do not run updatecheck in background after upgrade

This commit is contained in:
Jos Schellevis 2014-12-29 15:35:20 +00:00
parent 753bb32ea3
commit e52ff000a5

View File

@ -37,5 +37,5 @@ if [ "$pkg_running" == "" ]; then
else
echo 'Upgrade already in progress'
echo '***DONE***'
/usr/local/opnsense/scripts/pkg_updatecheck.sh&
/usr/local/opnsense/scripts/pkg_updatecheck.sh
fi