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