assume rsync isn't compiled using --with-rsh
This commit is contained in:
parent
cba26ccc53
commit
110d450058
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user