Blame | Last modification | View Log | Download
#!/bin/sh sudo service domoticz.sh stop echo "please standby... (waiting 8 seconds)" sleep 8 sudo service domoticz.sh start
#!/bin/sh
sudo service domoticz.sh stop
echo "please standby... (waiting 8 seconds)"
sleep 8
sudo service domoticz.sh start