Skip to content

Commit 6b4827a

Browse files
committed
Fix Lumen permissions
1 parent 32e6683 commit 6b4827a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

lumen-10.0/_benchmark/setup.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ yes|cp -rf _benchmark/lumen/. ./
99

1010
# some enhancements
1111
composer install --no-dev -o
12-
chmod o+w storage/*
13-
chmod o+w storage/framework/*
12+
chmod -R o+w storage
1413
rm ./public/.htaccess

lumen-10.0/_benchmark/update.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ yes|cp -rf _benchmark/lumen/. ./
66

77
# some enhancements
88
composer install --no-dev -o
9-
chmod o+w storage/*
10-
chmod o+w storage/framework/*
9+
chmod -R o+w storage
1110
rm ./public/.htaccess

0 commit comments

Comments
 (0)