##!/bin/bash
#chown -R root:www-data /var/www/html/CICD/College-Module
#find /var/www/html/CICD/College-Module/College-Module -type d -exec chmod 755 {} \;
#find /var/www/html/CICD/College-Module/College-Module -type f -exec chmod 644 {} \;
#chmod -R 775 /var/www/html/CICD/College-Module/College-Module/storage
#chmod -R 775 /var/www/html/CICD/College-Module/College-Module/bootstrap/cache
#chmod -R 775 /var/www/html/CICD/College-Module/College-Module/public/chart
#chmod -R 777 /var/www/html/CICD/College-Module/College-Module/vendor
#chmod -R 777 /var/www/html/CICD/College-Module/College-Module/node_modules
#chmod 660 /var/www/html/CICD/College-Module/College-Module/storage/*.key
