nrcjea001
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by nrcjea001-
nrcjea001 commented,
Figured it out: [ /tmp/lastupdate -nt /my_dir_name/my_filename ] || (curl "https://...index.php?controller..." ; touch /tmp/lastupdate)
-
nrcjea001 created a post,
Cron Job execute curl only if file has been modified
Hi I need to execute a command in cron job, but only if a file has been touched. Currently, my cron command is: curl "..." where "..." is my target link. I am new to this but I did manage to find ...