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