diff options
-rwxr-xr-x | indexgen.sh | 4 |
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"> |