Update iobroker_startup.sh

This commit is contained in:
Andre
2018-12-07 14:16:08 +01:00
committed by GitHub
parent e99ab6fa82
commit ddccbe7dfa

View File

@@ -4,7 +4,7 @@ cd /opt/iobroker
if [ -f .install_host ]; if [ -f .install_host ];
then then
./iobroker host $(cat .install_host) && echo $(hostname) > .install_host echo $(hostname) > .install_host && ./iobroker host $(cat .install_host)
rm .install_host rm .install_host
fi fi