Skip to content
Snippets Groups Projects
Commit 272c78a6 authored by Kurt Zeilenga's avatar Kurt Zeilenga Committed by Quanah Gibson-Mount
Browse files

Use OpenSSL md5/sha1

parent 9be8c786
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,8 @@ echo "Rolling up $OL_STRING ..."
tar cf $RELNAME.tar $RELNAME
gzip -9 -c $RELNAME.tar > $RELNAME.tgz
md5 $RELNAME.tgz > $RELNAME.md5
sha1 $RELNAME.tgz > $RELNAME.sha1
openssl md5 $RELNAME.tgz > $RELNAME.md5
openssl sha1 $RELNAME.tgz > $RELNAME.sha1
rm -f $RELNAME.tar
ls -l $RELNAME.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment