server-debian/_installs/suitcrm.sh

8 lines
207 B
Bash
Raw Normal View History

2023-07-18 16:20:48 +02:00
cd /var/www/crm
find . -type d -not -perm 2755 -exec chmod 2755 {} \;
find . -type f -not -perm 0644 -exec chmod 0644 {} \;
find . ! -user www-data -exec chown www-data:www-data {} \;
chmod +x bin/console