Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 365 Bytes

Bash Script to fix SuiteCRM file permissions

Small script to fix files permissions of a SuiteCRM installation in Linux Centos 7

How to

# become root
su - 
# movo to your SuiteCRM document root
cd <SUITECRM-DIR>
# download fix_permission.sh from this repo
wget ....
# enable execution
chmod +x download fix_permission.sh
# execute
./fix_permission.sh