mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 14:51:50 +02:00
Correct ssl
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/command/with-contenv bashio
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
if bashio::config.true 'ssl'; then
|
||||
|
||||
@@ -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 #
|
||||
###############
|
||||
|
||||
Reference in New Issue
Block a user