summaryrefslogtreecommitdiff
path: root/editpix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'editpix.sh')
-rwxr-xr-xeditpix.sh2
1 files changed, 1 insertions, 1 deletions
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