Added execution flag SYNC_ATTR=yes

pull/48/merge
deajan 8 years ago
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

@ -1491,7 +1491,7 @@ function sync_attrs {
local retval=
if [ "$SYNC_ATTR" -ne 1 ]; then
if [ "$SYNC_ATTR" != "yes" ]; then
return 0
fi

Loading…
Cancel
Save