From c7cdbb2fe1138fbbc556b7670938758a703bb524 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Dec 2023 11:31:14 +0100 Subject: [PATCH] Create script.template --- .templates/script.template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .templates/script.template diff --git a/.templates/script.template b/.templates/script.template new file mode 100644 index 000000000..367b110d3 --- /dev/null +++ b/.templates/script.template @@ -0,0 +1,9 @@ +#!/usr/bin/with-contenv bashio +# shellcheck shell=bash + +################# +# CODE INJECTOR # +################# + +# Any commands written in this bash script will be executed at addon start +# See guide here : https://github.com/alexbelgium/hassio-addons/wiki/Add%E2%80%90ons-feature-:-customisation