blitz.datadrive.sh parsing issue when called in 00raspiblitz.sh
See original GitHub issueRecently I wanted to connect via ssh but couldn’t, having no display and no funds on it yet I tried restarting with a power reset to see what happened, this happened:
Starting the main menu … /dev/fd/63: line 26: unexpected EOF while looking for matching `‘’ /dev/fd/63: line 28: syntax error: unexpected end of file loading config data checking bitcoind - please wait … can take longer if device was off or first time
these errors appear every time the status screen updates. I’ll do some debugging later but in the meantime you could give me some advice. Thanks.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
'/mnt/hdd': Input/output error · Issue #3017 · rootzoll/raspiblitz
I have this error in my raspiblitz installation: ls: reading directory ... /home/admin/config.scripts/blitz.datadrive.sh: line 430: * 1024: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Its a good idea to sanatize the vendorname … instead escaping special characters I added a sed that will strip all non-alphanumeric characters from the string with
sed 's/[^a-zA-Z0-9]//g'… that should solve the problem more broadly.testing went well with the latest release candidates … so closing this issue for final v1.7.1 release.