HDMI_PI3B/html/restart.sh

5 lines
101 B
Bash

clear;
chmod +x /var/www/html/play.sh
sudo systemctl stop play;
sleep 5;
sudo systemctl restart play;