fix destination in clone script (linse-c!)

This commit is contained in:
2025-06-27 16:19:32 +02:00
committed by l_samenv
parent ab195cc90f
commit 8c06dca894
+1 -1
View File
@@ -5,7 +5,7 @@ import time
# go to script directory
os.chdir(os.path.dirname(os.path.abspath(__file__)))
HOST = "l_samenv@samenv"
HOST = "l_samenv@linse-c"
SUBDIR = "boxes/rpi_images"
DEFDEST = f"{HOST}:{SUBDIR}"
file = f"{time.strftime('%Y-%m-%d')}.lz4"