Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change permission set command #67

Closed
microwin7 opened this issue Jun 22, 2023 · 1 comment
Closed

Change permission set command #67

microwin7 opened this issue Jun 22, 2023 · 1 comment

Comments

@microwin7
Copy link

https://github.com/search?q=org%3AAzuriom%20chmod%20-R%20755%20%2Fvar%2Fwww%2Fazuriom&type=code
Replace ->

find /var/www/azuriom -type d -exec chmod 755 {} \; &&
find /var/www/azuriom -type f -exec chmod 644 {} \;

And use chmod +x /var/www/azuriom/....php if some script needs to be made executable

@MrMicky-FR
Copy link
Member

Hi, thank you for this suggestion, could you please provide some details on why this change should be made ? Thanks!

@MrMicky-FR MrMicky-FR closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants