From cd6cfbe59728e57c8a2534466dab03cf3f3be062 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:10:05 +0200 Subject: [PATCH 1/4] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 069cc1352..7382bfdb0 100644 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bashio echo "Starting..." #################### From a4008993972e1af020c6bb563ed8d5f25c49e7cb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:10:59 +0200 Subject: [PATCH 2/4] Update config.json --- webtop_kde/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtop_kde/config.json b/webtop_kde/config.json index a9c1cf721..33dee0bae 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -110,6 +110,6 @@ "slug": "webtop-kde", "tmpfs": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-r0-ls89-xfce9", + "version": "4.16-r0-ls89-xfce10", "video": true } From e2c8f7fa8a1c9ffbd695bc60c4a109c576deba48 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:11:22 +0200 Subject: [PATCH 3/4] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 7382bfdb0..b058437f5 100644 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -25,4 +25,4 @@ echo -e "\033[0;32mStarting the upstream container\033[0m" echo " " # Launch lsio mods -if [ -f /docker-mods ]; then /./docker-mods; fi +if [ -f /docker-mods ]; then exec /docker-mods; fi From 58ef15fa77cf5643c72ac9559229908f882cb569 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:11:42 +0200 Subject: [PATCH 4/4] Update ha_entrypoint.sh --- .templates/ha_entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index b058437f5..defe9d0de 100644 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bashio +# shellcheck shell=bash echo "Starting..." ####################