From fdc1f27d018f58860fab27715854b4f82744ea08 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 4 Jul 2017 13:05:40 -0700 Subject: [PATCH] it's now syncthing_read, not dropbox_read --- syncthing_to_read | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing_to_read b/syncthing_to_read index cba8181..50b1026 100755 --- a/syncthing_to_read +++ b/syncthing_to_read @@ -23,7 +23,7 @@ if [ "$(basename "$0")" == "syncthing_to_read" ]; then done; fi; -if [ "$(basename "$0")" == "dropbox_read" ]; then +if [ "$(basename "$0")" == "syncthing_read" ]; then #echo "Currently not implemented"; # exit 1; while IFS= read -r -d '' file; do -- 2.39.2