Added execution flag SYNC_ATTR=yes
This commit is contained in:
parent
a81d4eada0
commit
5cdc840fab
|
@ -1620,7 +1620,7 @@ function sync_attrs {
|
||||||
local retval=
|
local retval=
|
||||||
|
|
||||||
|
|
||||||
if [ "$SYNC_ATTR" -ne 1 ]; then
|
if [ "$SYNC_ATTR" != "yes" ]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -694,7 +694,7 @@ function sync_attrs {
|
||||||
local retval=
|
local retval=
|
||||||
|
|
||||||
|
|
||||||
if [ "$SYNC_ATTR" -ne 1 ]; then
|
if [ "$SYNC_ATTR" != "yes" ]; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue