e1b0ccb0ed0ba17fa5936185a25fc7e56b6ea658
[platal.git] / 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