mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
use "openssl sha256"
This commit is contained in:
parent
78a3388b98
commit
07f790db5a
@ -38,7 +38,7 @@ rm "$RELDIR/.hgtags"
|
||||
(cd "$RELDIR/.." && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2
|
||||
|
||||
ls -l $ARCHIVE
|
||||
openssl sha -sha256 $ARCHIVE
|
||||
openssl sha256 $ARCHIVE
|
||||
echo Done to
|
||||
echo "$ARCHIVE"
|
||||
echo Sign it with
|
||||
|
Loading…
Reference in New Issue
Block a user