mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update run.txt
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
if [ ! -f /started ]; then
|
||||
|
||||
touch /started
|
||||
|
||||
####################
|
||||
# Starting scripts #
|
||||
####################
|
||||
@@ -130,3 +134,7 @@ if bashio::config.true 'ssl'; then
|
||||
if [ -f /app/Caddyfile ]; then sed -i "7 i tls /ssl/$CERTFILE /ssl/$KEYFILE" /app/Caddyfile; fi
|
||||
if [ -f /app/frontend/Caddyfile ]; then sed -i "7 i tls /ssl/$CERTFILE /ssl/$KEYFILE" /app/frontend/Caddyfile; fi
|
||||
fi
|
||||
|
||||
bashio::log.info "Starting app"
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user