X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=upgrade%2F0.10.0%2Fupdate.sh;h=e1b0ccb0ed0ba17fa5936185a25fc7e56b6ea658;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=0e996204ba12bdde31268b1848b351bf41303beb;hpb=a30dfed32533e07951b47609c20e61a46b1ff694;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 ###########################################################