From 601d704d6d926a645d3c1edb7110237a47c56a73 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Wed, 20 Sep 2017 17:09:08 +0200 Subject: [PATCH] don't modify accesses --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 572c4d1..2efde94 100755 --- a/scripts/install +++ b/scripts/install @@ -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