Merge branch 'platal-0.9.17' into hruid
[platal.git] / upgrade / 0.9.17 / update.sh
CommitLineData
97ae9bd0
VZ
1#!/bin/bash
2
3. ../inc/pervasive.sh
4
5mailman_stop
6mailman_templates
7mailman_start
8
9
10###########################################################
11for sql in *.sql
12do
13 echo -n $sql
14 $MYSQL x4dat < $sql &>/dev/null || echo -n " ERROR"
15 echo .
16done
17
18###########################################################
92b37ea3
VZ
19echo "Creating forlife ids for unregistered user (takes a while)."
20
21./hruid.update.php
22
23###########################################################
97ae9bd0 24