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
Hello,
I get the following log each time ydns_updater.sh runs:
/root/ydns_updater.sh: 70: /root/ydns_updater.sh: Bad substitution
I have checked the line, it is echo ${ret//[[:space:]]/}
I never got it previously, and I don't remember changing something in the system. Maybe some package is missing after an update?
The text was updated successfully, but these errors were encountered:
I get the same error when I run sh ydns-updater.sh. I don't receive an error when I run ./ydns-updater.sh or bash ydns-updater.sh.
sh ydns-updater.sh
./ydns-updater.sh
bash ydns-updater.sh
Here's a stackoverflow post related to this problem: https://stackoverflow.com/q/20615217/10935646
Sorry, something went wrong.
No branches or pull requests
Hello,
I get the following log each time ydns_updater.sh runs:
/root/ydns_updater.sh: 70: /root/ydns_updater.sh: Bad substitution
I have checked the line, it is echo ${ret//[[:space:]]/}
I never got it previously, and I don't remember changing something in the system. Maybe some package is missing after an update?
The text was updated successfully, but these errors were encountered: