January 7, 201313 yr I want to edit the smtp_status.sh file that is put in the cron.hourly directory, but an edit doesn't survive a reboot. (smtp_status provides an email alert if unRaid goes bad.) How do I edit this file so it stays persistent?
January 8, 201313 yr The cron.hourly is a virtual directory that only exists in memory, a reboot will allways overwrite it and there is no way to make it persistent. The way to solve this is to put the file on your flashdrive and put a copy command in your GO file that copies the file to the cron.hourly directory after every reboot.
Archived
This topic is now archived and is closed to further replies.