We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forum user MWP reported that dos/windows line endings in /boot/wpa_supplicant.conf prevent the sed in wpa_copy from picking up the country code. See https://forums.raspberrypi.com/viewtopic.php?t=353086.
I suggested several modifications to the sed code that avoid this problem, and perhaps allow extraneous spaces at the end as well. Please see my suggestions here: https://forums.raspberrypi.com/viewtopic.php?t=353086#p2116725.
Dickon suggested calling dos2unix on that file. His post appears right after mine.
(edited 20230630 to get the links right.)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Forum user MWP reported that dos/windows line endings in /boot/wpa_supplicant.conf prevent the sed in wpa_copy from picking up the country code. See https://forums.raspberrypi.com/viewtopic.php?t=353086.
I suggested several modifications to the sed code that avoid this problem, and perhaps allow extraneous spaces at the end as well. Please see my suggestions here: https://forums.raspberrypi.com/viewtopic.php?t=353086#p2116725.
Dickon suggested calling dos2unix on that file. His post appears right after mine.
(edited 20230630 to get the links right.)
The text was updated successfully, but these errors were encountered: