From c82ccffb590cd0a0c19b802a862d05e48dec3230 Mon Sep 17 00:00:00 2001 From: Alexandre Cases Date: Wed, 20 Apr 2016 10:51:18 +0200 Subject: [PATCH] Correction bug --- install/installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/installation.sh b/install/installation.sh index 9888698..e2debd5 100755 --- a/install/installation.sh +++ b/install/installation.sh @@ -278,7 +278,7 @@ if [ $INSTALL_DATA_IRAP -eq 1 ] ; then #if [ -z $rep ] || [ $rep = "N" ] || [ $rep = "n" ] || [ $rep = "Non" ] || [ $rep = "non" ] || [ $rep = "NON" ]; then if [ -z $rep ] || [ $rep = "O" ] || [ $rep = "o" ] || [ $rep = "Oui" ] || [ $rep = "oui" ] || [ $rep = "OUI" ]; then echo "Installation des donnees IRAP dans la base de donnees" - cat ./Insert_TablesFunct.sql > ./build.sql + cat ./Insert_TablesFunct.sql >> ./build.sql #cat ./labinvent_2.0_insert-irap_19-04-16.sql >> ./build.sql else echo "Pas d'install de donnees IRAP dans la base" -- libgit2 0.21.2