Create iobroker_restart

This commit is contained in:
Andre
2017-08-22 14:52:56 +02:00
committed by GitHub
parent 16cf5bedaf
commit fd4dad6b1c

11
scripts/iobroker_restart Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
# Einfaches Script zum Stoppen von ioBroker.
# Kann zum Beispiel aus ioBroker heraus aufgerufen werden um ioBroker neu zu starten.
cd /opt/iobroker
./iobroker stop
sleep 5
./iobroker start
exit