first commit
This commit is contained in:
6
restart_domoticz
Executable file
6
restart_domoticz
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo service domoticz.sh stop
|
||||
echo "please standby... (waiting 8 seconds)"
|
||||
sleep 8
|
||||
sudo service domoticz.sh start
|
||||
Reference in New Issue
Block a user