Fix rsync call; quotes wont work here

This commit is contained in:
Pierre Schmitz 2011-04-08 12:24:25 +02:00
parent c16e7c25c9
commit 7e3013b2ae
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ for i in 'changelog' 'install'; do
done
# see if any limit options were passed, we'll send them to rsync
rsyncopts="-e ssh -p --chmod 'ug=rw,o=r' -c -h -L --progress --partial -y"
rsyncopts='-e ssh -p --chmod=ug=rw,o=r -c -h -L --progress --partial -y'
if [ "$1" = '-l' ]; then
rsyncopts="$rsyncopts --bwlimit=$2"
shift 2