Skip to content

Commit 11e42a9

Browse files
authored
Merge pull request #29 from joanhey/laminas-perm
Fix Laminas permissions
2 parents 87a8ae6 + 97d5b6a commit 11e42a9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
# clear cache
3-
sudo rm -rf data/cache/*
3+
rm -rf data/cache/*
44
echo -e "done"

laminas-2.0/_benchmark/setup.sh

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

1010
# some enhancements
1111
composer install --optimize-autoloader --no-dev
12+
chmod -R o+w data/cache
1213
rm ./public/.htaccess

laminas-2.0/_benchmark/update.sh

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

77
# some enhancements
88
composer install --optimize-autoloader --no-dev
9+
chmod -R o+w data/cache
910
rm ./public/.htaccess

0 commit comments

Comments
 (0)