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