Skip to content

Commit d95e2bc

Browse files
committed
adapt comment
1 parent 69212e3 commit d95e2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nifi/upload_new_nifi_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ curl --fail -LOs "${download_url}/${src_file}.sha512"
4141

4242
# It is probably redundant to check both the checksum and the signature but it's cheap and why not
4343
echo "Validating SHA512 Checksums"
44-
# The '<(echo -e $(<${src_file}.sha512))' part removes possible new lines in the provided .sha512 file.
44+
# The 'echo -e "$(<"${src_file}".sha512)")' part removes possible new lines in the provided .sha512 file.
4545
# This is due to the NiFi sha512 files sometimes ending on newline and sometimes dont.
4646
# See https://archive.apache.org/dist/nifi/2.0.0/nifi-2.0.0-source-release.zip.sha512 vs
4747
# https://archive.apache.org/dist/nifi/1.27.0/nifi-1.27.0-source-release.zip.sha512

0 commit comments

Comments
 (0)