Commit c82ccffb590cd0a0c19b802a862d05e48dec3230

Authored by Alexandre
1 parent 6295a707

Correction bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
install/installation.sh
... ... @@ -278,7 +278,7 @@ if [ $INSTALL_DATA_IRAP -eq 1 ] ; then
278 278 #if [ -z $rep ] || [ $rep = "N" ] || [ $rep = "n" ] || [ $rep = "Non" ] || [ $rep = "non" ] || [ $rep = "NON" ]; then
279 279 if [ -z $rep ] || [ $rep = "O" ] || [ $rep = "o" ] || [ $rep = "Oui" ] || [ $rep = "oui" ] || [ $rep = "OUI" ]; then
280 280 echo "Installation des donnees IRAP dans la base de donnees"
281   - cat ./Insert_TablesFunct.sql > ./build.sql
  281 + cat ./Insert_TablesFunct.sql >> ./build.sql
282 282 #cat ./labinvent_2.0_insert-irap_19-04-16.sql >> ./build.sql
283 283 else
284 284 echo "Pas d'install de donnees IRAP dans la base"
... ...