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