X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=nextcloud%2Fnextcloud-sync;h=57e00beb7542c32ca790795ae1fbc458c3fcd1be;hp=84eacea427a24cbbe122db048799ae25836ec1a9;hb=6290d123b8a650fb1d8695cf098103502ff14d46;hpb=08f4287c55150f02d829670f8a977d117b5e3233 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"