mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-30 04:04:12 +02:00
8 lines
174 B
Bash
8 lines
174 B
Bash
#!/bin/sh
|
|
|
|
# Einfaches Script zum Stoppen von ioBroker.
|
|
# Kann zum Beispiel aus ioBroker heraus aufgerufen werden um ioBroker zu stoppen.
|
|
|
|
cd /opt/iobroker
|
|
./iobroker stop
|