Skip to content

Commit

Permalink
Correct md5sum in buildDockerImage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccell committed Jan 29, 2025
1 parent 396b074 commit f09d870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OracleHTTPServer/dockerfiles/buildDockerImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ checksumPackages() {
echo "Checking if required packages are present and valid..."
# md5sum -c *.download
#
if [ "$?" -ne 0 ]; then
# if [ "$?" -ne 0 ]; then
MDSUM="md5sum -c *.download"
if [ "$MDSUM" -ne 0 ]; then
echo "MD5 for required packages to build this image did not match!"
Expand Down

0 comments on commit f09d870

Please sign in to comment.