This commit is contained in:
Dave Kennedy 2016-02-10 23:39:12 -07:00
parent 1d6feff327
commit 926ffa1d34

View file

@ -13,7 +13,7 @@ EXCLUDE_CONNMAN=0
QUIET=0
# reads options:
while getopts ':t:sqc' flag; do
while getopts ':t:sqcb' flag; do
case "${flag}" in
t)
TARGET="$OPTARG"
@ -104,7 +104,7 @@ fi
if [ ${EXCLUDE_BOOT} -eq 1 ]
then
EXCLUDES+=" --exclude=$boot/*"
EXCLUDES+=" --exclude=boot/*"
fi
# Generic tar options: