2
0
mirror of https://github.com/deajan/osync synced 2024-11-17 09:25:42 +00:00

Disable PRESERVE ACL & ATTR by default for compat reasons

This commit is contained in:
deajan 2016-11-19 12:49:19 +01:00
parent 630f26f8d2
commit cc16c29c2c

View File

@ -2236,14 +2236,6 @@ opts="${opts# *}"
HARD_MAX_EXEC_TIME=0
fi
if [ "$PRESERVE_ACL" == "" ]; then
PRESERVE_ACL="yes"
fi
if [ "$PRESERVE_XATTR" == "" ]; then
PRESERVE_XATTR="yes"
fi
if [ "$PATH_SEPARATOR_CHAR" == "" ]; then
PATH_SEPARATOR_CHAR=";"
fi