Fixes xnetevents aliases creation and update:
[platal.git] / upgrade / 0.9.16 / update.sh
index de82fc0..b38d294 100755 (executable)
@@ -2,12 +2,23 @@
 
 . ../inc/pervasive.sh
 
+echo "Upgrading bogofilter settings for ML"
+sudo -u list ./upgrade_lists.py
+
 mailman_stop
 mailman_templates
 mailman_start
 
+###########################################################
+
+echo "fixing the xnetevents aliases (this may be a long operation)"
+
+./xnetevents.list.php
 
 ###########################################################
+
+echo "upgrading the database"
+
 for sql in *.sql
 do
     echo -n $sql