From 9887ade30bed3a363631b68f07d6a494bb9307a7 Mon Sep 17 00:00:00 2001 From: andre Date: Sat, 10 Jan 2026 19:05:10 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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