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 3d8cc63 commit 51add0aCopy full SHA for 51add0a
systemvm/debian/opt/cloud/bin/setup/cloud-early-config
@@ -66,7 +66,7 @@ patch() {
66
if [ "$TYPE" != "cksnode" ]; then
67
while [ $retry -gt 0 ]
68
do
69
- if [ -f $patchfile ]; then
+ if tar tf $patchfile &> /dev/null; then
70
eval $(validate_checksums $md5file $patchfile)
71
if [ "$oldmd5" != "$newmd5" ] && [ -f ${patchfile} ] && [ "$newmd5" != "" ]
72
then
0 commit comments