Search found 1 match
- Sat Oct 28, 2023 6:19 pm
- Forum: Meteobridge PRO/PRO2/NANOSD/RPI/VM Discussion
- Topic: Meteobridge on RPI Fails to Load. **solved**
- Replies: 14
- Views: 5696
Re: Meteobridge on RPI Fails to Load
There is a bash syntax error in setup.sh in the recent release on line 737. if [ ! -L /root/.ssh ] || then The double pipe symbol here suggest an OR condition but one was not provided. Therefor the then clause on line 738 is unexpected and the script fails. While it is not an ideal solution in order...