mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 18:43:39 +02:00
Update run
This commit is contained in:
@@ -21,7 +21,6 @@ if bashio::config.true 'ssl'; then
|
|||||||
#set variables
|
#set variables
|
||||||
CERTFILE="$(bashio::config 'certfile')"
|
CERTFILE="$(bashio::config 'certfile')"
|
||||||
KEYFILE="$(bashio::config 'keyfile')"
|
KEYFILE="$(bashio::config 'keyfile')"
|
||||||
options+=(--ssl)
|
|
||||||
options+=(--sslcert /ssl/$CERTFILE)
|
options+=(--sslcert /ssl/$CERTFILE)
|
||||||
options+=(--sslkey /ssl/$KEYFILE)
|
options+=(--sslkey /ssl/$KEYFILE)
|
||||||
bashio::log.info "... ssl activated"
|
bashio::log.info "... ssl activated"
|
||||||
|
|||||||
Reference in New Issue
Block a user