Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 06931d3

Browse files
committed
change rights on folder
1 parent 664ba9d commit 06931d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/php/phrasea-init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
bin/console compile:configuration >> /dev/stdout
44
bin/developer orm:generate-proxies >> /dev/stdout
55
bin/console searchengine:index:create >> /dev/stdout
6-
chmod -R 777 logs cache config tmp www/custom datas
6+
chmod -R 777 logs cache config tmp www datas
77
[ ! -d "datas/phrasea_data/documents" ] && mkdir -p -m 777 datas/phrasea_data/documents
88

99
if [ "$RUN_AS_WORKER" = true ]

0 commit comments

Comments
 (0)