From fd50a3cd9e2d18968f033fb0036d062d5cbb1627 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Jun 2022 14:56:07 +0200 Subject: [PATCH] Update run.txt --- mealie/rootfs/run.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index f48c5d44c..4003d0dd6 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -56,6 +56,13 @@ if [ -f /app/frontend/Caddyfile ]; then echo "Caddyfile adapted" fi +############### +# PERMISSIONS # +############### + +echo "Permissions adapted" +chmod -R 777 /data + ####### # SSL # #######