mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +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
|
(cd "$RELDIR/.." && tar cjf $ARCHIVE `basename "$RELDIR"`) || exit 2
|
||||||
|
|
||||||
ls -l $ARCHIVE
|
ls -l $ARCHIVE
|
||||||
openssl sha -sha256 $ARCHIVE
|
openssl sha256 $ARCHIVE
|
||||||
echo Done to
|
echo Done to
|
||||||
echo "$ARCHIVE"
|
echo "$ARCHIVE"
|
||||||
echo Sign it with
|
echo Sign it with
|
||||||
|
Loading…
Reference in New Issue
Block a user