Moving to GitHub.
[platal.git] / upgrade / 0.10.0 / update.sh
1 #!/bin/bash
2
3 . ../inc/pervasive.sh
4
5 mailman_stop
6 mailman_templates
7 mailman_start
8
9
10 ###########################################################
11 for sql in *.sql
12 do
13 mysql_run $sql
14 done
15
16 ###########################################################
17 echo "Creating forlife ids for unregistered user (takes a while)."
18
19 ./hruid.update.php
20
21 ###########################################################
22