mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 02:49:01 +02:00
8 lines
221 B
Bash
8 lines
221 B
Bash
#!/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
|