loblab / noip-renew

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

[Docker] silent the `missing noip-renew-skd.sh` error #64

Open michaeleekk opened 3 years ago

michaeleekk commented 3 years ago

Similar to #61 where there is a missing file /usr/local/bin/noip-renew-skd.sherror even though the script ran successfully. Maybe adding a dummy file inside the Dockerfile would be better ? Like,

RUN touch /usr/local/bin/noip-renew-skd.sh

right after all the apt-get installation.