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