mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
Create iobroker_stop.sh
This commit is contained in:
7
scripts/iobroker_stop.sh
Normal file
7
scripts/iobroker_stop.sh
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Einfaches Script zum Stoppen von ioBroker.
|
||||||
|
# Wird zum Beispiel genutzt zum automatischen Beenden von ioBroker bevor das Backupscript auf der Synology Disk Station startet.
|
||||||
|
|
||||||
|
cd /opt/iobroker
|
||||||
|
./iobroker stop
|
||||||
Reference in New Issue
Block a user