mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
fixed connman exclude typo. Now proper exclusion of network files for connman
This commit is contained in:
parent
2aada9301a
commit
b82a5c8a5f
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue