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:
parent
7102285b60
commit
0234bd4849
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue