aboutsummaryrefslogtreecommitdiffstats
path: root/indexgen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-xindexgen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/indexgen.sh b/indexgen.sh
index ebb5009c..767a893e 100755
--- a/indexgen.sh
+++ b/indexgen.sh
@@ -34,9 +34,11 @@ then
fi
# Cryptographically sign checksums
+su -l esr <<EOF
gpg --clearsign checksums
mv checksums.asc checksums
-gpg --detach-sign --armor fetchmail-$(VERSION).tar.gz
+gpg --detach-sign --armor fetchmail-$VERSION.tar.gz
+EOF
cat >index.html <<EOF
<!doctype HTML public "-//W3O//DTD W3 HTML 3.2//EN">