From f1b2d085d5d866ec6483d1791d679534df0b471e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Thu, 27 Feb 2025 17:43:30 +0100 Subject: [PATCH] Add ls --- compile-with-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile-with-docker.sh b/compile-with-docker.sh index e066ea3..9768045 100755 --- a/compile-with-docker.sh +++ b/compile-with-docker.sh @@ -11,4 +11,4 @@ then fi echo "Custom compilation..." - docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p ./compiled-firmware; rm ./compiled-firmware/*; cd /app && make -j && cp f4hwn* compiled-firmware/" \ No newline at end of file + docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p ./compiled-firmware; rm ./compiled-firmware/*; cd /app && make -j && ls -lahr && cp f4hwn* compiled-firmware/" \ No newline at end of file