mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-31 18:59:02 +02:00
Update iobroker_startup.sh
This commit is contained in:
@@ -4,8 +4,7 @@ cd /opt/iobroker
|
||||
|
||||
if [ -f .install_host ];
|
||||
then
|
||||
echo $(hostname) > .install_host
|
||||
./iobroker host $(cat .install_host)
|
||||
./iobroker host $(cat .install_host) && echo $(hostname) > .install_host
|
||||
rm .install_host
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user