mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-02-01 03:09:02 +02:00
workaround for install problems
This commit is contained in:
@@ -5,6 +5,8 @@ cd /opt/iobroker
|
||||
if [ -f .install_host ];
|
||||
then
|
||||
echo $(hostname) > .install_host && ./iobroker host $(cat .install_host)
|
||||
iobroker del admin.0 && iobroker del discovery.0
|
||||
iobroker add admin && iobroker add discovery
|
||||
rm .install_host
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user