05-14-2018, 04:04 PM
(05-13-2018, 09:07 PM)Tim Curtis Wrote: If I get more requests for this I can add to the TODO list.
If you want to try a workaround then just set your desired volume level in the restart.sh script. I used the value 50 in the example below.
sudo nano /var/local/www/commandw/restart.sh
Add the following line of code after 'mpc stop' in the "reboot" and "power off" code blocks.
/var/www/vol.sh 50
-Tim
Hello Tim,
Worked perfectly.
Thanks for your help and clear instructions :-)