guino / LSC1080P

12 stars 1 forks source link

Error in custom.sh #2

Open AstroxV opened 1 year ago

AstroxV commented 1 year ago

Hi, first of all thanks for all the work you've done. The procedure works fine except there is an error in the custom.sh on line 4: mnt/busybox httpd -c /mnt/httpd.conf -h /mnt/ -p 8080 should be /mnt/busybox httpd -c /mnt/httpd.conf -h /mnt/ -p 8080

Also you might want to mention in the decription that the files on the SD should be made read-only as all files are wiped otherwise (as least on the version I bought today).

It's a shame there isn't a way to make the script start automatically. I have a scheduled script running on my raspberry for it so it works, but it's not ideal. Thank you for it tho!

guino commented 1 year ago

@AstroxV thanks for the feedback -- I fixed the missing / in custom.sh and added a note regarding read-only files.