This commit is contained in:
Alexandre
2022-02-18 14:19:00 +01:00
parent 1e69c735b5
commit 4bc5b57396
6 changed files with 21 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# shellcheck disable=SC2155
#####################
# Export env values #
@@ -74,5 +75,5 @@ ln -s /config/addons_config/tandoor_recipes/mediafiles /opt/recipes
ln -s /data/recipes/staticfiles /opt/recipes
bashio::log.info "Launching app"
cd /opt/recipes
cd /opt/recipes || exit
./boot.sh