mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
removed ingress
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/bashio
|
||||
# shellcheck shell=bash
|
||||
exit 0
|
||||
|
||||
#################
|
||||
# NGINX SETTING #
|
||||
|
||||
@@ -93,8 +93,8 @@ chmod 755 /data/recipes/staticfiles
|
||||
ln -s /config/addons_config/tandoor_recipes/mediafiles /opt/recipes
|
||||
ln -s /data/recipes/staticfiles /opt/recipes
|
||||
|
||||
bashio::log.info "Launching nginx"
|
||||
exec nginx & echo "done"
|
||||
#bashio::log.info "Launching nginx"
|
||||
#exec nginx & echo "done"
|
||||
|
||||
bashio::log.info "Launching app"
|
||||
cd /opt/recipes || exit
|
||||
|
||||
Reference in New Issue
Block a user