• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with Crontabs?

*/5 * * * * sudo sh /root/dyndns_update.sh

I think that's right

LoKe almost had it but I'm pretty sure you need the */5 and not just /5
 
Why are you running this in Cron? IIRC they have a daemon that runs in the background and you can set the update frequency in the .conf file.
 
Back
Top