Commit ef45fca5 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

suppression de l'option -w du basexclient dépréciée. #154

parent ef6bbe19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ db_project_feed(){
   echo "CREATE DATABASE $1" > feed.txt
   echo "ADD $2" >> feed.txt
   echo "Please type your BaseX login/password :"
   $BASEX_CLIENT_BIN -p "${PORT}" -w -c feed.txt
   $BASEX_CLIENT_BIN -p "${PORT}" -c feed.txt
   ret=$?
   if [[ $ret -gt 0 ]]
    then echo "Cannot insert data in DB. Is your BaseX running on port $PORT ?"