From 1fbbd3397949d40323e9e534926bc44b5bb7ba49 Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 30 Nov 2017 22:39:34 +0100 Subject: [PATCH] Delete startup.sh --- scripts/startup.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 scripts/startup.sh diff --git a/scripts/startup.sh b/scripts/startup.sh deleted file mode 100644 index e8e072c..0000000 --- a/scripts/startup.sh +++ /dev/null @@ -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