mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
PHRAS-4064-fix-worker-plugin-install-as-app (#4508)
This commit is contained in:
@@ -27,6 +27,11 @@ fi
|
||||
chown -R app:app cache
|
||||
echo `date +"%Y-%m-%d %H:%M:%S"` " - chown app:app on cache/ repository"
|
||||
|
||||
if [ -d "www/plugins/" ];then
|
||||
chown -R app:app www/plugins
|
||||
echo `date +"%Y-%m-%d %H:%M:%S"` " - chown app:app on plugins/ repository"
|
||||
fi
|
||||
|
||||
# config \
|
||||
# tmp \
|
||||
# logs \
|
||||
|
Reference in New Issue
Block a user