From 110d45005806be9a5030d32dc9c4ec8c6dcc9f79 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 9 May 2020 02:04:05 -0400 Subject: [PATCH] assume rsync isn't compiled using --with-rsh --- deploy_static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_static b/deploy_static index 4bb237e8..3f236bd7 100755 --- a/deploy_static +++ b/deploy_static @@ -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 .