loblab / noip-renew

Auto renew (confirm) noip.com free hosts
Apache License 2.0
435 stars 138 forks source link

/usr/local/bin/noip-renew-pi: No such file or directory #85

Closed p1r473 closed 2 years ago

p1r473 commented 2 years ago

This is a fix for an error I encountered. The file name is noip-renew-pi.sh but your cronjob is creating a call to noip-renew-pi (missing the .sh)

$ /usr/local/bin/noip-renew-pi $ bash: /usr/local/bin/noip-renew-pi: No such file or directory

p1r473 commented 2 years ago

duplicate of https://github.com/loblab/noip-renew/pull/77