Outils pour utilisateurs

Outils du site


admin:services:date.chapril.org

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
admin:chatons:date.chapril.org [2020/02/18 13:24] – [Ajout d'une purge automatique] dclermonteadmin:services:date.chapril.org [2021/01/05 18:01] – [Monitoring] dclermonte
Ligne 41: Ligne 41:
 <code bash> <code bash>
 DB> CREATE USER 'date_chapril_org-dbadmin'@'localhost' IDENTIFIED BY 'motdepasse'; DB> CREATE USER 'date_chapril_org-dbadmin'@'localhost' IDENTIFIED BY 'motdepasse';
-DB> GRANT ALL PRIVILEGES ON date_chapril_org_db.* TO date_chapril_org-dbadmin'@'localhost' IDENTIFIED BY 'motdepasse' WITH GRANT OPTION;+DB> GRANT ALL PRIVILEGES ON date_chapril_org_db.* TO 'date_chapril_org-dbadmin'@'localhost' IDENTIFIED BY 'motdepasse' WITH GRANT OPTION;
 </code> </code>
  
Ligne 442: Ligne 442:
     usage     usage
 else else
-    lastVersion=$(curl -s https://framagit.org/api/v4/projects/16/releases | jshon -a -e name|cut -d '"' -f2|grep -v '[\^\(alpha\)]'|head -n 1)+    lastVersion=$(curl -s https://framagit.org/api/v4/projects/16/releases | jshon -a -e name|cut -d '"' -f2|grep -v '[\^\(alpha\)]'|sort -rV|head -n 1)
     currentVersion=$(cd /var/www/date.chapril.org && git branch | grep '*'|cut -c 11-100 )     currentVersion=$(cd /var/www/date.chapril.org && git branch | grep '*'|cut -c 11-100 )
  
admin/services/date.chapril.org.txt · Dernière modification : 2023/02/25 11:30 de obitanz