diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index 7ae19ca..2a90df7 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -367,7 +367,7 @@ AddTimeDateToPictures () { ;; esac - POSITION=$(exiftool -m -p '$GPSPosition' "$J" -c \"%+.6f\") + POSITION=$(exiftool -m -p '$GPSPosition' "$J" -c \"%+.5f\") if [ -z "$POSITION" ]; then echo Position fehlt return