mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update 99-run.sh
This commit is contained in:
@@ -71,8 +71,8 @@ if bashio::config.true 'ssl'; then
|
||||
KEYFILE=$(bashio::config 'keyfile')
|
||||
|
||||
#Replace variables
|
||||
export SSL_CERT_FILE="$CERTFILE"
|
||||
export SSL_CERT_KEY_FILE="$KEYFILE"
|
||||
export SSL_CERT_FILE="/ssl/$CERTFILE"
|
||||
export SSL_CERT_KEY_FILE="/ssl/$KEYFILE"
|
||||
|
||||
#Send env variables
|
||||
export HTTPS=true
|
||||
|
||||
Reference in New Issue
Block a user