X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=nextcloud%2Fnextcloud-sync;h=57e00beb7542c32ca790795ae1fbc458c3fcd1be;hb=HEAD;hp=84eacea427a24cbbe122db048799ae25836ec1a9;hpb=b9f2e7af736b5a3a24f5e582093e5186f7f6678a;p=shutils.git diff --git a/nextcloud/nextcloud-sync b/nextcloud/nextcloud-sync index 84eacea..57e00be 100644 --- a/nextcloud/nextcloud-sync +++ b/nextcloud/nextcloud-sync @@ -2,5 +2,5 @@ # This script can be fired in crontab; it will launch a tmux sync session when none exists. -ncc=~/.local/bin/nc-inotify-sync +ncc=~/.local/bin/nextcloud-inotify-sync tmux has-session -t nc-vimwiki || tmux new-session -d -s nc-vimwiki "${ncc} ~/.vimwiki https://cloud.example.com/remote.php/webdav/vimwiki"