diff --git a/scripts/upgrade b/scripts/upgrade index 8f8217d..5ddd43e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -235,11 +235,6 @@ then secret="$(ynh_string_random)" ynh_add_config --template="../conf/secrets.yml" --destination="$final_path/config/secrets.yml" - # # Set permissions to app files - # chmod 750 "$final_path" - # chmod -R o-rwx "$final_path" - # chown -R $app:www-data "$final_path" - pushd "$final_path" # Install bundler, a gems installer ynh_gem install bundler