From 9a56426305a50954c1cd85409827ae1cdb18ed72 Mon Sep 17 00:00:00 2001 From: st33v Date: Sat, 4 Mar 2017 13:38:36 +1100 Subject: commented a debug echo command --- editpix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editpix.sh') diff --git a/editpix.sh b/editpix.sh index 6b1d202..fa7491e 100755 --- a/editpix.sh +++ b/editpix.sh @@ -21,7 +21,7 @@ for campi in "${camz[@]}" do # filename of the latest photo newpic=$(ls "$campi"/*.jpg -t 2>/dev/null | head -1) - echo newpic=$newpic + # echo newpic=$newpic # Is the newest pic older than the marker we placed previously? if [ -e "$campi" ]; then -- cgit v1.3