Skip to content

Commit

Permalink
Update launch-ezp.sh
Browse files Browse the repository at this point in the history
Ajout des colonnes : +idp_etab_ppn, +idp_etab_nom, +idp_etab_code_court
  • Loading branch information
aurelien23 authored Oct 17, 2024
1 parent 050cbdf commit 851eaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch-ezp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ if [[ $(ps -edf | grep -c "launch-ezp.sh") = 4 ]];then
-H "filter-platforms: thesesfr" \
-H "ezPAARSE-Filter-Redirects: false" \
-H "ezPAARSE-Middlewares: thesesfr,thesesfr-personne,thesesfr-organisme" \
-H "Output-Fields: +nnt, +numSujet, +etabSoutenanceN, +etabSoutenancePpn, +dateSoutenance, +dateInscription, +statut, +accessible, +source, +discipline, +domaine, +langue, +ecoleDoctoraleN, +ecoleDoctoralePpn, +partenaireRechercheN, +partenaireRecherchePpn, +cotutelleN, +cotutellePpn, +auteurN, +auteurPpn, +directeurN, +directeurPpn, +presidentN, +presidentPpn, +rapporteursN, +rapporteursPpn, +membresN, +membresPpn, +personneN, +personnePpn, +organismeN, +organismePpn" \
-H "Output-Fields: +nnt, +numSujet, +etabSoutenanceN, +etabSoutenancePpn, +dateSoutenance, +dateInscription, +statut, +accessible, +source, +discipline, +domaine, +langue, +ecoleDoctoraleN, +ecoleDoctoralePpn, +partenaireRechercheN, +partenaireRecherchePpn, +cotutelleN, +cotutellePpn, +auteurN, +auteurPpn, +directeurN, +directeurPpn, +presidentN, +presidentPpn, +rapporteursN, +rapporteursPpn, +membresN, +membresPpn, +personneN, +personnePpn, +organismeN, +organismePpn, +idp_etab_ppn, +idp_etab_nom, +idp_etab_code_court" \
-H "Log-Format-apache: %h %l %u %t \"%r\" %>s %b \"%{Referer}<.*>\" \"%{User-Agent}<.*>\" \"%{Shib-Identity-Provider}<.*>\" \"%{eppn}<.*>\" \"%{primary-affiliation}<.*>\" \"%{supannEtablissement}<.*>\""

#Donne les droits pour modifier/supprimer les fichiers depuis l'accès Webdav
chmod -R 777 logtheses/data/thesesfr/results/
else
echo "$dt launch-ezp.sh s'execute deja"
fi
fi

0 comments on commit 851eaea

Please sign in to comment.