nextcloud: Rename nextcloud-inotify-sync
authorStefan Huber <shuber@sthu.org>
Thu, 11 Jun 2020 17:53:34 +0000 (19:53 +0200)
committerStefan Huber <shuber@sthu.org>
Thu, 11 Jun 2020 17:53:34 +0000 (19:53 +0200)
nextcloud/nextcloud-inotify-sync [moved from nextcloud/nc-inotify-sync with 100% similarity]
nextcloud/nextcloud-sync

index 84eacea427a24cbbe122db048799ae25836ec1a9..57e00beb7542c32ca790795ae1fbc458c3fcd1be 100644 (file)
@@ -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"