diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-09 02:04:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-09 02:04:05 -0400 |
| commit | 110d45005806be9a5030d32dc9c4ec8c6dcc9f79 (patch) | |
| tree | bdff6e70df9f393e410db6f120b53b2a108bf23a | |
| parent | cba26ccc53b77e21d9f62766ac4687ce9db2c0ed (diff) | |
assume rsync isn't compiled using --with-rsh
| -rwxr-xr-x | deploy_static | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |
