diff options
author | pdp8 <pdp8@pdp8.info> | 2023-09-14 14:02:15 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-09-14 14:02:15 +0200 |
commit | eea88e8022d3fd3c46401e1a297ebd7318c3c7b1 (patch) | |
tree | 72a6ea1a1f07cbe13abd3eca2ece7b19a248a610 /watch | |
parent | d635057cb576c5570c5ceba5945cc5339b0f41ab (diff) |
send/digest fixed
Diffstat (limited to 'watch')
-rwxr-xr-x | watch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh while inotifywait -qq -r ./ -e create,delete,modify; do - update + ./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 |