PrestaShop / prestashop-flashlight

A docker based testing utility for PrestaShop
MIT License
24 stars 10 forks source link

fix(run.sh): only use www-data rights to start scripts #12

Closed jokesterfr closed 11 months ago

jokesterfr commented 11 months ago

A previous issue was introduced, letting module installation and custom script be run without dropping root privileges.

This was causing PrestaShop sympfony's cache to be pre-filled with content owned by root only, and crashing at first run.