summaryrefslogtreecommitdiff
path: root/watch
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-09-09 16:02:50 +0200
committerpdp8 <pdp8@pdp8.info>2023-09-09 16:02:50 +0200
commit3a87028b34c969744f6c63ba73947cfa32156e7d (patch)
tree67b46c322a13b5c3c51c0309d71fe6241876a880 /watch
parent9ecb046ed70c9431f97eab1d761aa9fb22f8f73c (diff)
update and clean-inbox added, no outbox send for delete, recursive create for objects with activities (lemmy)
Diffstat (limited to 'watch')
-rwxr-xr-xwatch3
1 files changed, 2 insertions, 1 deletions
diff --git a/watch b/watch
index 41ad68b..4c020a9 100755
--- a/watch
+++ b/watch
@@ -1,5 +1,6 @@
#!/bin/sh
while inotifywait -qq -r ./ -e create,delete,modify; do
- rsync -a --exclude='.git/' --exclude='watch' --exclude='generate-digest.rb' --exclude='.gitignore' --exclude='TODO' --filter=":- .gitignore" ./ /srv/social/
+ update
+ #rsync -a --exclude='.git/' --exclude='watch' --exclude='generate-digest.rb' --exclude='.gitignore' --exclude='TODO' --filter=":- .gitignore" ./ /srv/social/
sudo systemctl restart social.service
done