mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 10:29:00 +02:00
13 lines
186 B
Bash
13 lines
186 B
Bash
#!/bin/sh
|
|
|
|
if [ -f .install_host ];
|
|
then
|
|
sed -i "s/$(cat .install_host)/$(hostname)/g" iobroker-data/objects.json
|
|
rm .install_host
|
|
fi
|
|
|
|
./avahi-start.sh
|
|
./iobroker start
|
|
cd /
|
|
/bin/bash
|