Delete startup.sh

This commit is contained in:
Andre
2017-11-30 22:39:34 +01:00
committed by GitHub
parent 911beabb6a
commit 1fbbd33979

View File

@@ -1,13 +0,0 @@
#!/bin/sh
if [ -f .install_host ];
then
sed -i "s/$(cat .install_host)/$(hostname)/g" iobroker-data/objects.json
rm .install_host
fi
/opt/scripts/avahi_startup.sh
sleep 5
./iobroker start
cd /
/bin/bash