From a3b10404412715a342948ccb472813b9b9f6c40e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Feb 2023 00:13:33 +0000 Subject: [PATCH] Github bot : script beautyshied --- .templates/90-disable_ingress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/90-disable_ingress.sh b/.templates/90-disable_ingress.sh index cc3c3bc07..260bf76c9 100755 --- a/.templates/90-disable_ingress.sh +++ b/.templates/90-disable_ingress.sh @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bashio # shellcheck shell=bash -# Disables ingress and sets a default index +# Disables ingress and sets a default index # Disable Ingress if bashio::config.true "ingress_disabled"; then @@ -31,4 +31,4 @@ if bashio::config.true "ingress_disabled"; then EOF -fi +fi