Fixed typo $PRESERVE_ACL

This commit is contained in:
Orsiris de Jong 2013-09-10 11:58:45 +02:00
parent 6524cf9a69
commit 712692a3a7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
###### Remote (or local) backup script for files & databases
###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr)
OBACKUP_VERSION=1.84preRC3
OBACKUP_BUILD=2508201301
OBACKUP_BUILD=1009201301
DEBUG=no
SCRIPT_PID=$$
@ -934,7 +934,7 @@ function Init
## Set Rsync arguments
RSYNC_ARGS=-rlptgoDE
if [ "$PRESERVE_ACLS" == "yes" ]
if [ "$PRESERVE_ACL" == "yes" ]
then
RSYNC_ARGS=$RSYNC_ARGS"A"
fi