1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00
This commit is contained in:
Robles Rodolphe 2021-09-26 13:36:38 +02:00
parent bd1b1ddb0e
commit 4cb93a9d28

View file

@ -112,8 +112,8 @@ 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 505 {} +
find /var/www/garradin/www -type f -exec chmod 644 {} +
find $final_path/www -type d -exec chmod 505 {} +
find $final_path/www -type f -exec chmod 644 {} +
#=================================================
# SETUP SSOWAT