mirror of
https://github.com/mkuf/prind.git
synced 2025-11-06 13:15:42 +01:00
scripts: fix log extraction for get-info.sh
This commit is contained in:
@@ -68,7 +68,7 @@ function log {
|
|||||||
) | tee ${tmpdir}/runtime-info.txt
|
) | tee ${tmpdir}/runtime-info.txt
|
||||||
|
|
||||||
log "Retrieving Klipper/Moonraker Logfiles"
|
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"
|
log "Copying current configs"
|
||||||
cp -a $(pwd) $tmpdir
|
cp -a $(pwd) $tmpdir
|
||||||
|
|||||||
Reference in New Issue
Block a user