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
Trying to convert the CDN address text files to dnsmasq format.
But when running the create file I get this error.
./create-dnsmasq.sh: line 21: syntax error: unexpected redirection
Following instructions from here though I am not using piehole. Just my routers dnsmasq server. https://oct8l.gitlab.io/posts/2021/297/scripting-lancache-dns-updates-with-pi-hole/
The text was updated successfully, but these errors were encountered:
I fixed this by using ./create-dnsmasq.sh. You probably tried sh ./create-dnsmasq.sh
See this: https://stackoverflow.com/questions/2462317/bash-syntax-error-redirection-unexpected
Sorry, something went wrong.
parse error: Expected another key-value pair at line 9, column 2 thats that line:
out=$?
Is anybody still experiencing this problem?
No branches or pull requests
Trying to convert the CDN address text files to dnsmasq format.
But when running the create file I get this error.
./create-dnsmasq.sh: line 21: syntax error: unexpected redirection
Following instructions from here though I am not using piehole. Just my routers dnsmasq server.
https://oct8l.gitlab.io/posts/2021/297/scripting-lancache-dns-updates-with-pi-hole/
The text was updated successfully, but these errors were encountered: