Update iobroker_startup.sh

This commit is contained in:
Andre
2017-12-06 22:19:27 +01:00
committed by GitHub
parent 0cc07e148d
commit 3d191b9fd9

View File

@@ -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