Volumio_automatic_sleep

good evening,
I would need some help to better configure volumio.
currently there is a countdown sleep function.
I would need this feature to start automatically every night from Monday to Friday.
I noticed that the command ‘volumio stop’ is right for me.
I created a .sh file:

#bin! bash!
volumio stop

running it works correctly ./volumio_stop.sh …ok!
the problem is that I tried to schedule it with crontab and it does not work
for example today at 18

00 18 * * * /etc/script/volumio_stop.sh, does not work

the net time is correct.

someone would know how it can be solved?

thank you all for the suggestions and for the availability

Matthew

Try this:

00 18 * * * /usr/bin/sh /etc/script/volumio_stop.sh

thanks!
nada…not working …

in /usr/bin don’t have sh…
in /usr/sbin…idem
script stop.sh…

#!/bin/sh
volumio stop