PHRAS-4064-fix-worker-plugin-install-as-app (#4508)

This commit is contained in:
moctardiouf
2024-05-15 22:08:49 +02:00
committed by GitHub
parent bcc581fb64
commit 9f77c2cbbe
2 changed files with 11 additions and 1 deletions

View File

@@ -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 \