Closed MisterDeeds closed 10 months ago
Hey @MisterDeeds,
Weird, I don't get that error. I'll use that for the latest update. I'm currently working on a fix for the latest OS not working because of changes in the boot files.
Thanks.
Closing this Issue as I've updated line 390 to use the "||" operator.
Dear PREngineer
Thanks alot for the awesome script and your work!
Under "Provision a new Pi using an image" I get the following message at the end:
RPi-PXE.sh: line 390: [: too many arguments
I use the following Bash version:
I was able to fix it by replacing
-or
with||
.if [ $RESTRICT == 'y' ] || [ $RESTRICT == 'Y' ]; then
Thanks again and best regards