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

Fix multi

This commit is contained in:
yalh76 2021-03-05 13:53:27 +01:00
parent 7102285b60
commit 0234bd4849
2 changed files with 4 additions and 4 deletions

View file

@ -165,8 +165,8 @@ ynh_script_progression --message="Securing files and directories..."
# Set permissions to app files
chown -R root: $final_path
chown pepettes:root $final_path
chown pepettes:root $final_path/settings.py
chown $app:root $final_path
chown $app:root $final_path/settings.py
chmod o=--- $final_path/settings.py
#=================================================

View file

@ -157,8 +157,8 @@ ynh_script_progression --message="Securing files and directories..."
# Set permissions on app files
chown -R root: $final_path
chown pepettes:root $final_path
chown pepettes:root $final_path/settings.py
chown $app:root $final_path
chown $app:root $final_path/settings.py
chmod o=--- $final_path/settings.py
#=================================================