Github bot : script beautyshied

This commit is contained in:
github-actions
2023-01-01 00:14:06 +00:00
parent 2f6473fe76
commit 17f11dc9f3
6 changed files with 17 additions and 17 deletions

View File

@@ -79,11 +79,11 @@ if bashio::config.true 'ssl'; then
else
export HTTPS=false
export SSL=false
export HTTPS_REDIRECT=false
BASE_URL=$(bashio::config 'BASE_URL'):$(bashio::addon.port 80)
export BASE_URL="${BASE_URL/https:/http:}"
export HTTPS=false
export SSL=false
export HTTPS_REDIRECT=false
BASE_URL=$(bashio::config 'BASE_URL'):$(bashio::addon.port 80)
export BASE_URL="${BASE_URL/https:/http:}"
fi