mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-18 03:30:18 -04:00
misc: replace sha256sum with shasum -a 256 (#1681)
This commit is contained in:
parent
53d8a2d67e
commit
ec1d5e9fb5
10 changed files with 24 additions and 24 deletions
|
@ -11,7 +11,7 @@ debug_info() {
|
|||
|
||||
echo "Getting debug info"
|
||||
|
||||
sha256sum ./*.raw
|
||||
shasum -a 256 ./*.raw
|
||||
|
||||
ls -lisah
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue