We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69212e3 commit d95e2bcCopy full SHA for d95e2bc
nifi/upload_new_nifi_version.sh
@@ -41,7 +41,7 @@ curl --fail -LOs "${download_url}/${src_file}.sha512"
41
42
# It is probably redundant to check both the checksum and the signature but it's cheap and why not
43
echo "Validating SHA512 Checksums"
44
-# The '<(echo -e $(<${src_file}.sha512))' part removes possible new lines in the provided .sha512 file.
+# The 'echo -e "$(<"${src_file}".sha512)")' part removes possible new lines in the provided .sha512 file.
45
# This is due to the NiFi sha512 files sometimes ending on newline and sometimes dont.
46
# See https://archive.apache.org/dist/nifi/2.0.0/nifi-2.0.0-source-release.zip.sha512 vs
47
# https://archive.apache.org/dist/nifi/1.27.0/nifi-1.27.0-source-release.zip.sha512
0 commit comments