diff --git a/scripts/change_url b/scripts/change_url index 7dea6f1..e49ddfb 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -131,6 +131,10 @@ done ynh_store_file_checksum --file="$final_path/settings.py" +# Set permissions to app files +chown -R $app:www-data $final_path +chmod o=--- $final_path + #================================================= # GENERIC FINALISATION #=================================================