fixed connman exclude typo. Now proper exclusion of network files for connman

This commit is contained in:
Horea Christian 2014-05-20 09:08:59 +02:00
parent 2aada9301a
commit b82a5c8a5f

View file

@ -97,7 +97,7 @@ fi
if [ ${EXCLUDE_CONNMAN} -eq 1 ]
then
EXCLUDES+=" --exclude=$var/lib/connman/*"
EXCLUDES+=" --exclude=var/lib/connman/*"
fi
if [ ${EXCLUDE_BOOT} -eq 1 ]