This commit is contained in:
Alexandre
2022-02-18 13:28:08 +01:00
parent 97f8ca78ab
commit 258cb25ae4
20 changed files with 24 additions and 3 deletions

View File

@@ -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 #