From 0aa02c292caec7ad94a14a55cb98233204222aed Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Thu, 30 Jul 2009 17:50:20 +0200 Subject: [PATCH] Adds missing update.sh for release 0.10.1. Signed-off-by: Vincent Zanotti --- upgrade/0.10.1/update.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 upgrade/0.10.1/update.sh diff --git a/upgrade/0.10.1/update.sh b/upgrade/0.10.1/update.sh new file mode 100755 index 0000000..ec3f93b --- /dev/null +++ b/upgrade/0.10.1/update.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +. ../inc/pervasive.sh + +mailman_stop +mailman_templates +mailman_start + +########################################################### +for sql in *.sql +do + echo -n $sql + $MYSQL x4dat < $sql &>/dev/null || echo -n " ERROR" + echo . +done -- 2.1.4