1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

change permission in www directory

This commit is contained in:
Robles Rodolphe 2021-05-10 21:54:33 +02:00
parent 66ffadc742
commit 489c482495
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ find $final_path/include -type d -exec chmod 500 {} +
find $final_path/include -type f -exec chmod 400 {} +
find $final_path/data -type d -exec chmod 700 {} +
find $final_path/data -type f -exec chmod 600 {} +
find /var/www/garradin/www -type d -exec chmod 755 {} +
find /var/www/garradin/www -type d -exec chmod 505 {} +
find /var/www/garradin/www -type f -exec chmod 644 {} +
#=================================================

View file

@ -220,7 +220,7 @@ find $final_path/include -type d -exec chmod 500 {} +
find $final_path/include -type f -exec chmod 400 {} +
find $final_path/data -type d -exec chmod 700 {} +
find $final_path/data -type f -exec chmod 600 {} +
find /var/www/garradin/www -type d -exec chmod 755 {} +
find /var/www/garradin/www -type d -exec chmod 505 {} +
find /var/www/garradin/www -type f -exec chmod 644 {} +
#=================================================