mirror of https://github.com/apache/cloudstack.git
Reverted Anthony's checkin for systemVmPatch which he added by mistake.
This commit is contained in:
parent
729595d005
commit
ec96a9afea
|
|
@ -99,7 +99,7 @@ patch() {
|
|||
local newmd5=
|
||||
[ -f ${patchfile} ] && newmd5=$(md5sum ${patchfile} | awk '{print $1}')
|
||||
|
||||
if [ "true" == "true" ]
|
||||
if [ "$oldmd5" != "$newmd5" ] && [ -f ${patchfile} ] && [ "$newmd5" != "" ]
|
||||
then
|
||||
shouldpatch=true
|
||||
log_it "Patching scripts oldmd5=$oldmd5 newmd5=$newmd5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue