Added execution flag SYNC_ATTR=yes

This commit is contained in:
deajan 2016-02-19 09:34:43 +01:00
parent a81d4eada0
commit 5cdc840fab
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1491,7 +1491,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