diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 069cc1352..defe9d0de 100644 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -1,4 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bashio +# shellcheck shell=bash echo "Starting..." #################### @@ -25,4 +26,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 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 }