clone: fix target image directory

This commit is contained in:
2025-08-21 16:05:09 +02:00
parent c3ccc2ab80
commit f2cceb0098
+1 -1
View File
@@ -17,7 +17,7 @@ def boxkind():
return sysclass[0] if sysclass else 'rpi'
HOST = "l_samenv@linse-c"
SUBDIR = "boxes/{boxkind()}_images"
SUBDIR = f"boxes/{boxkind()}_images"
DEFDEST = f"{HOST}:{SUBDIR}"
file = f"{time.strftime('%Y-%m-%d')}.lz4"