I installed the script and params file in a user rather than root so I used this crontab. Note the use of sleep 60 necessary to allow the pi to complete its reboot process:
#Dynamic DNS Updater (Updates the IP address every hour and on system startup)
-
-
-
-
- cd /home/pi/bin && cat params | xargs ./updater.py
@reboot sleep 60 && cd /home/pi/bin && cat params | xargs ./updater.py
I installed the script and params file in a user rather than root so I used this crontab. Note the use of sleep 60 necessary to allow the pi to complete its reboot process:
#Dynamic DNS Updater (Updates the IP address every hour and on system startup)
@reboot sleep 60 && cd /home/pi/bin && cat params | xargs ./updater.py