summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 202f8911..991f0a76 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2014-2017 Holger Levsen <holger@layer-acht.org>
-# © 2015 Mattia Rizzolo <mattia@mapreri.org>
+# © 2015-2017 Mattia Rizzolo <mattia@mapreri.org>
# released under the GPLv=2
DEBUG=false
@@ -47,8 +47,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] ; then
ln -s -f "$BACKUPFILE.xz" $BASE/reproducible.sql.xz
# recreate documentation of database
- SCHEMAFILE="$BASE/reproducibledb.html"
- postgresql_autodoc -d $PGDATABASE -t html -f "$SCHEMAFILE"
+ postgresql_autodoc -d $PGDATABASE -t html -f "$BASE/reproducibledb"
fi
fi