From 6b4827ad01db00e82f0e874fb2a5ab39075d15f7 Mon Sep 17 00:00:00 2001 From: Joanhey Date: Thu, 27 Jul 2023 01:23:11 +0200 Subject: [PATCH] Fix Lumen permissions --- lumen-10.0/_benchmark/setup.sh | 3 +-- lumen-10.0/_benchmark/update.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lumen-10.0/_benchmark/setup.sh b/lumen-10.0/_benchmark/setup.sh index 88bf9cb..da96a2b 100755 --- a/lumen-10.0/_benchmark/setup.sh +++ b/lumen-10.0/_benchmark/setup.sh @@ -9,6 +9,5 @@ yes|cp -rf _benchmark/lumen/. ./ # some enhancements composer install --no-dev -o -chmod o+w storage/* -chmod o+w storage/framework/* +chmod -R o+w storage rm ./public/.htaccess \ No newline at end of file diff --git a/lumen-10.0/_benchmark/update.sh b/lumen-10.0/_benchmark/update.sh index 15b2a54..de576d0 100755 --- a/lumen-10.0/_benchmark/update.sh +++ b/lumen-10.0/_benchmark/update.sh @@ -6,6 +6,5 @@ yes|cp -rf _benchmark/lumen/. ./ # some enhancements composer install --no-dev -o -chmod o+w storage/* -chmod o+w storage/framework/* +chmod -R o+w storage rm ./public/.htaccess \ No newline at end of file