1
1

Copy config and logs to local directory

This commit is contained in:
2026-04-17 20:40:02 +02:00
parent 318d857fc7
commit 2bf43c4f3d
+2 -1
View File
@@ -15,7 +15,8 @@ docker run -it --name ${CONTAINER_NAME} \
${IMAGE_NAME} \
/bin/bash -c "cd /home/builder/openwrt && bash"
#TODO: copy config file to home
docker cp ${CONTAINER_NAME}:.config ./.config-build
docker cp ${CONTAINER_NAME}:defconfig.log ./defconfig.log
docker cp ${CONTAINER_NAME}:${FIRMWARE_PATH} ./ras.bin 2>/dev/null || {
echo "ERROR: Firmware not found at ${FIRMWARE_PATH}"