summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcopyPhotos2
1 files changed, 1 insertions, 1 deletions
diff --git a/copyPhotos b/copyPhotos
index 7351ecc..a2b7507 100755
--- a/copyPhotos
+++ b/copyPhotos
@@ -71,7 +71,7 @@ then
verwendung
fi
-for quelle in $(find /mnt/usb/ -type f \( -iname "*.jpg" -o -iname "*.rw2" -o \( -iname "*.mts" -not -name "00001.MTS" \) \) )
+for quelle in $(find /mnt/usb/ -type f \( -iname "*.jpg" -o -iname "*.rw2" -o -iname "*.mts" \) )
do
datum="$(date -ud@"$(stat -c'%Y' "${quelle}")" '+%Y_%m_%d')"
daten["${quelle}"]="${datum}"