summaryrefslogtreecommitdiff
path: root/watch
diff options
context:
space:
mode:
Diffstat (limited to 'watch')
-rwxr-xr-xwatch2
1 files changed, 0 insertions, 2 deletions
diff --git a/watch b/watch
index 31ac8fd..bdaa77e 100755
--- a/watch
+++ b/watch
@@ -1,6 +1,4 @@
#!/bin/sh
while inotifywait -qq -r ./ -e create,delete,modify; do
./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