mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
lint
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
bashio::log.info "Starting Portainer..."
|
||||
|
||||
@@ -24,7 +25,7 @@ if bashio::config.true 'ssl'; then
|
||||
options+=(--sslcert /ssl/$CERTFILE)
|
||||
options+=(--sslkey /ssl/$KEYFILE)
|
||||
bashio::log.info "... ssl activated"
|
||||
fi
|
||||
fi
|
||||
|
||||
################
|
||||
# SET PASSWORD #
|
||||
|
||||
Reference in New Issue
Block a user