X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.10.0%2Fupdate.sh;h=e1b0ccb0ed0ba17fa5936185a25fc7e56b6ea658;hb=843a2191e4c76f0beb00c754f06974de76791238;hp=0e996204ba12bdde31268b1848b351bf41303beb;hpb=3fdcece4a5eba30e33e6bad164952d9b797813df;p=platal.git diff --git a/upgrade/0.10.0/update.sh b/upgrade/0.10.0/update.sh index 0e99620..e1b0ccb 100755 --- a/upgrade/0.10.0/update.sh +++ b/upgrade/0.10.0/update.sh @@ -10,9 +10,7 @@ mailman_start ########################################################### for sql in *.sql do - echo -n $sql - $MYSQL x4dat < $sql &>/dev/null || echo -n " ERROR" - echo . + mysql_run $sql done ###########################################################