From f59bb132b01d8151ca2871a2f84cf2ea5a61e8bb Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Sun, 1 Dec 2019 15:50:19 +0100 Subject: [PATCH] Comment cleaned --- piwisyncremote.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/piwisyncremote.sh b/piwisyncremote.sh index 095a8fc..c27a453 100644 --- a/piwisyncremote.sh +++ b/piwisyncremote.sh @@ -4,8 +4,6 @@ # Usefull for first import of a large photo archive which is # then served from a low performance device (e.g. Raspberry Pi) -# TODO Modify or create config.sh to fit your needs - # Get script working directory # (when called from a different directory) WDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >>/dev/null 2>&1 && pwd )"