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