assume rsync isn't compiled using --with-rsh

This commit is contained in:
Daniel Micay 2020-05-09 02:04:05 -04:00
parent cba26ccc53
commit 110d450058

View File

@ -18,7 +18,7 @@ echo active is $active
echo target is $target
echo
rsync -rpcve ssh --chmod=D755,F644 --delete static_tmp/ $remote:$target
rsync -rpcv --chmod=D755,F644 --delete static_tmp/ $remote:$target
ssh $remote sync -f $target
ssh $remote ln -snf $target html
ssh $remote sync .