From ca75cb8168eb4057180f05cda0d2dfa4c1a0e360 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jan 2022 17:18:25 +0100 Subject: [PATCH] Update 99-run.sh --- tandoor_recipes/rootfs/scripts/99-run.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tandoor_recipes/rootfs/scripts/99-run.sh b/tandoor_recipes/rootfs/scripts/99-run.sh index 4deca1192..c07aafa11 100644 --- a/tandoor_recipes/rootfs/scripts/99-run.sh +++ b/tandoor_recipes/rootfs/scripts/99-run.sh @@ -58,5 +58,8 @@ esac ############## # Launch app # ############## - -/./opt/recipes/boot.sh +cp -r /opt/recipes /data/recipes +chmod -R 755 /data/recipes +mkdir -p /data/recipes/media +mkdir -p /data/recipes/static +/./data/recipes/boot.sh || /./opt/recipes/boot.sh