diff options
author | pdp8 <pdp8@pdp8.info> | 2023-10-06 15:02:59 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-10-06 15:02:59 +0200 |
commit | 580c684f792d6fab16c58b9a08d566cd03c72ca4 (patch) | |
tree | b6cda32267d02c5e5118fa2d6b1da92c48c457c6 /update | |
parent | 6100f9971b74ee4d3449155beb881a69017a296d (diff) |
announce to fixed, find_file replaced with find_object, CONTENT_LENGHT included in signature verification
Diffstat (limited to 'update')
-rwxr-xr-x | update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -rsync -a --exclude='.git/' --exclude='watch' --exclude='generate-digest.rb' --exclude='update '--exclude='.gitignore' --exclude='TODO' --filter=":- .gitignore" ./ /srv/social/ +rsync -a --exclude='.git/' --exclude='clean-inbox' --exclude='.gitignore' --exclude='TODO' --filter=":- .gitignore" ./ /srv/social/ sudo systemctl restart social.service |