From 932cbdb158b29aa0bbe173b0cea637d1c3171a68 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Jul 2025 20:44:50 +0200 Subject: [PATCH] Update 01-config_yaml.sh --- .templates/01-config_yaml.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.templates/01-config_yaml.sh b/.templates/01-config_yaml.sh index 0e37087b2..218c2b129 100644 --- a/.templates/01-config_yaml.sh +++ b/.templates/01-config_yaml.sh @@ -1,15 +1,6 @@ #!/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 - -apk add yamllint || apt-get install -y yamllint - ################## # INITIALIZATION # ##################