You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is dependant on the following executables:
`bash` (this is a bash script after all), `wget` or `curl`, `uuidgen`, `grep`, `awk`, `sed`, and `dig`.
The script tests for the existence of wget and curl nicely, but just throws a bash error if any of the other prerequisites are missing. It should test for prerequisites and print a user-friendly error message if any are missing.
PR INCOMING
Thanks!
The text was updated successfully, but these errors were encountered:
aaronsegura
added a commit
to aaronsegura/dreamhost-dynamic-dns
that referenced
this issue
Feb 5, 2025
Per the README:
The script tests for the existence of
wget
andcurl
nicely, but just throws a bash error if any of the other prerequisites are missing. It should test for prerequisites and print a user-friendly error message if any are missing.PR INCOMING
Thanks!
The text was updated successfully, but these errors were encountered: