From eea88e8022d3fd3c46401e1a297ebd7318c3c7b1 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 14 Sep 2023 14:02:15 +0200 Subject: send/digest fixed --- watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watch') diff --git a/watch b/watch index 4c020a9..31ac8fd 100755 --- a/watch +++ b/watch @@ -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 -- cgit v1.2.3