Uff, too complicated for me hehehe.
I'm going to leave it as in the image that works for me ("cron") and I don't get complicated trying to do a bash.
I will delete the sudo as you have indicated.
Thank you so much.
EDIT:
I have a problem.
I have an external hard drive connected, but when the computer wakes up, the drive is not mounted, and I have to manually click mount. Is there any way so that after waking up with the cron command, the hard drive is mounted?
Maybe with this command in cron?
Thank you.
I'm going to leave it as in the image that works for me ("cron") and I don't get complicated trying to do a bash.
I will delete the sudo as you have indicated.
Thank you so much.
EDIT:
I have a problem.
I have an external hard drive connected, but when the computer wakes up, the drive is not mounted, and I have to manually click mount. Is there any way so that after waking up with the cron command, the hard drive is mounted?
Maybe with this command in cron?
Code:
mount /dev/sdb1
Comment