From 9d29470bb34de99ac7b9145ce2581da04bac27ef Mon Sep 17 00:00:00 2001 From: wHyEt Date: Fri, 5 Jan 2024 11:07:06 +0100 Subject: [PATCH] bugfix --- assets/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/entrypoint.sh b/assets/entrypoint.sh index 2c58096..bb5741d 100644 --- a/assets/entrypoint.sh +++ b/assets/entrypoint.sh @@ -22,6 +22,6 @@ wget https://raw.githubusercontent.com/hisptoot/BambuSource2Raw/main/BambuSource wget https://raw.githubusercontent.com/DaveGamble/cJSON/master/cJSON.c wget https://raw.githubusercontent.com/DaveGamble/cJSON/master/cJSON.h -gcc /bambu_src/bambusource2raw.cpp cJSON/cJSON.c -lcurl -o /data/work/build/BambuP1SCam +gcc /bambu_src/bambusource2raw.cpp cJSON.c -lcurl -o /data/work/BambuP1SCam tail -f /dev/null \ No newline at end of file