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 # ##################