mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
don't modify accesses
This commit is contained in:
parent
f2e03b9892
commit
601d704d6d
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ ynh_store_file_checksum "$final_path/venv/lib/python2.7/site-packages/weblate/se
|
|||
|
||||
# Set permissions to app files
|
||||
chown -R "$app": "$final_path"
|
||||
chown -R 777 /var/run/uwsgi/app/$app/
|
||||
#chown -R 777 /var/run/uwsgi/app/$app/
|
||||
|
||||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
|
|
Loading…
Add table
Reference in a new issue