Disable Auto Shutdown

The title just about says it all. Is there a way to turn off this feature?
I am hoping to set a cron job to run every night to backup the contents of the storage drive to my remote server using rclone and the fact that it shuts down the second its done copying the files is defeating this.
Thank you for all the hard work

That’s easy. Assuming, you enabled the Card backup mode, open the card-backup.sh file for editing and comment out the very last line, so it looks like this:

# shutdown -h now

You might also adjust the existing shutdown messages. Save the changes and you are done.

Kind regards,
Dmitri

Actually, I’ve made it even easier in the latest commit. You can now set the $POWER_OFF parameter in the config.cfg file to false to disable automatic shutdown.