06-20-2020, 08:16 PM
I tried to submit a pull request for this on Github, but the entire /home/pi/RetrOrangePi/Wifi directory appears to be missing from all the repos I could find.
In the ./Enable.sh, ./Disable.sh and ./Connect.sh scripts included in 4.3, the interpreter statements at the top are all typo'd.
As installed, they read: #!bin/bash -- they should read #!/bin/bash
They run okay because by default they're run from within EmulationStation and so inherit the interpreter of the session that calls them, but run on their own outside of ES from the commandline, they fail. Easy to fix, but wanted to raise the bug for correction.
In the ./Enable.sh, ./Disable.sh and ./Connect.sh scripts included in 4.3, the interpreter statements at the top are all typo'd.
As installed, they read: #!bin/bash -- they should read #!/bin/bash
They run okay because by default they're run from within EmulationStation and so inherit the interpreter of the session that calls them, but run on their own outside of ES from the commandline, they fail. Easy to fix, but wanted to raise the bug for correction.