1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00

Trying chmod o=---

This commit is contained in:
yalh76 2021-03-09 21:19:31 +01:00
parent 5cc3bad26e
commit c35da86ffa
3 changed files with 3 additions and 0 deletions

View file

@ -165,6 +165,7 @@ ynh_script_progression --message="Securing files and directories..."
# Set permissions to app files
chown -R $app:root $final_path
chmod o=--- $final_path
#=================================================
# INTEGRATE SERVICE IN YUNOHOST

View file

@ -73,6 +73,7 @@ ynh_script_progression --message="Restoring user rights..."
# Restore permissions on app files
chown -R $app:root $final_path
chmod o=--- $final_path
#=================================================
# SPECIFIC RESTORATION

View file

@ -157,6 +157,7 @@ ynh_script_progression --message="Securing files and directories..."
# Set permissions on app files
chown -R $app:root $final_path
chmod o=--- $final_path
#=================================================
# INTEGRATE SERVICE IN YUNOHOST