Loading…
![]() Suggestion removed during cleanup |
|
![]() Automatically translated |
|
![]() Suggestion added |
|
![]() String added in the repository |
|
Source string description
type: delimited block -Labels
Automatically translatedFlags
no-wrap
echo "Expected Checksum: $expected_checksum"
if ( $download_checksum -eq "$expected_checksum" ) {
echo "Checksum test passed!"
} else {
echo "Checksum test failed."
}
}
> echo "Expected Checksum: $expected_checksum"
> if ( $download_checksum -eq "$expected_checksum" ) {
echo "Checksum test passed!"
} else {
echo "Checksum test failed."
}