> sha256sum --check bootstrap-salt.sh.sha256
sha256sum: bootstrap-salt.sh.sha256: no properly formatted checksum lines found
>
Content is:
972d6e1a3592a8c2c820a5927e530be3c9b76de00e0a2a7126aec3f73ce99e6c
Content should be:
972d6e1a3592a8c2c820a5927e530be3c9b76de00e0a2a7126aec3f73ce99e6c bootstrap-salt.sh
If content of bootstrap-salt.sh.sha256 is modified to the above, the first command works as expected:
> sha256sum --check bootstrap-salt.sh.sha256
bootstrap-salt.sh: OK
>