Correct ssl

This commit is contained in:
Alexandre
2022-12-28 21:56:09 +01:00
parent e2d14196e0
commit 4de9a54ae6
4 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/command/with-contenv bashio
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
if bashio::config.true 'ssl'; then

View File

@@ -26,6 +26,11 @@ export PAPERLESS_ALLOWED_HOSTS="*"
#################
exec redis-server & bashio::log.info "Starting redis"
#################
# Staring nginx #
#################
exec nginx & bashio::log.info "Starting nginx"
###############
# Staring app #
###############