diff options
Diffstat (limited to 'update')
-rwxr-xr-x | update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update index 24eebb5..e74928c 100755 --- a/update +++ b/update @@ -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 |