Skip to content

Commit

Permalink
Fix Lumen permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Jul 26, 2023
1 parent 32e6683 commit 6b4827a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lumen-10.0/_benchmark/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions lumen-10.0/_benchmark/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b4827a

Please sign in to comment.