From ba651b31f5bbb9ee5413daae80bae1ee2847cfaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Thu, 8 Dec 2022 17:15:41 +0100 Subject: [PATCH] scripts: fix log extraction for get-info.sh --- scripts/get-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-info.sh b/scripts/get-info.sh index b223d58..25645c0 100755 --- a/scripts/get-info.sh +++ b/scripts/get-info.sh @@ -68,7 +68,7 @@ function log { ) | tee ${tmpdir}/runtime-info.txt log "Retrieving Klipper/Moonraker Logfiles" -docker compose cp klipper:/opt/log ${tmpdir} +docker compose cp klipper:/opt/printer_data/logs ${tmpdir} log "Copying current configs" cp -a $(pwd) $tmpdir