From de2937d37577ce9e74cd30f5d0570309e38713a5 Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Thu, 30 Jul 2020 16:12:38 +0200 Subject: [PATCH] bugfix update... --- README.md | 2 +- install/update.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31abcb7..ab77c20 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Logiciel testé et validé sur les configurations suivantes : -------------------------------------------------------------------------------------------- Date: 30/07/2020 -Version: 3.7.9.79 +Version: 3.7.9.80 HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) diff --git a/install/update.sh b/install/update.sh index 114d1b2..44a499e 100755 --- a/install/update.sh +++ b/install/update.sh @@ -298,9 +298,9 @@ for db_update_script_new in ${db_update_scripts_new[@]} ; do #echo "- avant suppr" #cat ../../install/$ftpf # For Mac OS : - sed -e "/$db_update_script_new/d" -i '' ../../install/$ftpf || abort + #sed -e "/$db_update_script_new/d" -i '' ../../install/$ftpf || abort # For Linux : - #sed -e "/$db_update_script_new/d" -i ../../install/$ftpf || abort + sed -e "/$db_update_script_new/d" -i ../../install/$ftpf || abort #echo "- après suppr" #cat ../../install/$ftpf done -- libgit2 0.21.2