Moode Forum
good command to shutdown moOde and Rpi ? - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: good command to shutdown moOde and Rpi ? (/showthread.php?tid=1455)



good command to shutdown moOde and Rpi ? - didier31 - 06-11-2019

In previous version of moOde, you can stop and shutdown properly wiht these commands:

Code:
mpc stop; sudo /var/www/command/restart.sh poweroff

Now the "restart" shell is not present in "command" directory, what is the good command to replace it ?

Thanks for your help


RE: good command to shutdown moOde and Rpi ? - Tim Curtis - 06-12-2019

What version of moOde are u using?

Try looking in /var/local/www/commandw


RE: good command to shutdown moOde and Rpi ? - didier31 - 06-12-2019

I'm using 5.2 version.
OK, I find the good command in /var/local/www/commandw

Thanks Tim.