From 189524f0c7ebe6b9584b99401910ffa108cf44bb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Apr 2022 07:00:41 +0200 Subject: [PATCH] Update 99-custom_script.sh --- .templates/99-custom_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/99-custom_script.sh b/.templates/99-custom_script.sh index 0b04f4017..2f4b3311f 100644 --- a/.templates/99-custom_script.sh +++ b/.templates/99-custom_script.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/with-contenv bashio CONFIGSOURCE=$(bashio::config "CONFIG_LOCATION") CONFIGSOURCE="$(dirname "${CONFIGSOURCE}")"