Skip to content

Commit f09d870

Browse files
committed
Correct md5sum in buildDockerImage.sh
1 parent 396b074 commit f09d870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OracleHTTPServer/dockerfiles/buildDockerImage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ checksumPackages() {
3737
echo "Checking if required packages are present and valid..."
3838
# md5sum -c *.download
3939
#
40-
if [ "$?" -ne 0 ]; then
40+
# if [ "$?" -ne 0 ]; then
4141
MDSUM="md5sum -c *.download"
4242
if [ "$MDSUM" -ne 0 ]; then
4343
echo "MD5 for required packages to build this image did not match!"

0 commit comments

Comments
 (0)