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 396b074 commit f09d870Copy full SHA for f09d870
OracleHTTPServer/dockerfiles/buildDockerImage.sh
@@ -37,7 +37,7 @@ checksumPackages() {
37
echo "Checking if required packages are present and valid..."
38
# md5sum -c *.download
39
#
40
- if [ "$?" -ne 0 ]; then
+# if [ "$?" -ne 0 ]; then
41
MDSUM="md5sum -c *.download"
42
if [ "$MDSUM" -ne 0 ]; then
43
echo "MD5 for required packages to build this image did not match!"
0 commit comments