Commit de2937d37577ce9e74cd30f5d0570309e38713a5
1 parent
57dfc045
Exists in
master
and in
1 other branch
bugfix update...
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -43,7 +43,7 @@ Logiciel testé et validé sur les configurations suivantes : |
43 | 43 | -------------------------------------------------------------------------------------------- |
44 | 44 | |
45 | 45 | Date: 30/07/2020 |
46 | -Version: 3.7.9.79 | |
46 | +Version: 3.7.9.80 | |
47 | 47 | |
48 | 48 | |
49 | 49 | HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) | ... | ... |
install/update.sh
... | ... | @@ -298,9 +298,9 @@ for db_update_script_new in ${db_update_scripts_new[@]} ; do |
298 | 298 | #echo "- avant suppr" |
299 | 299 | #cat ../../install/$ftpf |
300 | 300 | # For Mac OS : |
301 | - sed -e "/$db_update_script_new/d" -i '' ../../install/$ftpf || abort | |
301 | + #sed -e "/$db_update_script_new/d" -i '' ../../install/$ftpf || abort | |
302 | 302 | # For Linux : |
303 | - #sed -e "/$db_update_script_new/d" -i ../../install/$ftpf || abort | |
303 | + sed -e "/$db_update_script_new/d" -i ../../install/$ftpf || abort | |
304 | 304 | #echo "- après suppr" |
305 | 305 | #cat ../../install/$ftpf |
306 | 306 | done | ... | ... |