From 79eb859d322efcf923e01027d178cef27fa53696 Mon Sep 17 00:00:00 2001 From: pvizeli Date: Mon, 20 Mar 2017 12:16:39 +0100 Subject: [PATCH] fix resinhub --- .../resinhub/resinhub/run-resinhup | 339 ------------------ 1 file changed, 339 deletions(-) delete mode 100644 meta-hassio/recipes-support/resinhub/resinhub/run-resinhup diff --git a/meta-hassio/recipes-support/resinhub/resinhub/run-resinhup b/meta-hassio/recipes-support/resinhub/resinhub/run-resinhup deleted file mode 100644 index c7cad2805..000000000 --- a/meta-hassio/recipes-support/resinhub/resinhub/run-resinhup +++ /dev/null @@ -1,339 +0,0 @@ -#!/bin/bash - -# Default values -TAG=1.0 -LOGFILE=/tmp/`basename "$0"`.log -LOG=yes -ONLY_SUPERVISOR=no -NOREBOOT=no -DOCKER_REPO=pvizeli - -# Don't run anything before this source as it sets PATH here -source /etc/profile - -# Help function -function help { - cat << EOF -Wrapper to run host OS updates on resin distributions. -$0