Random Project

Tweak needed for SLES 11 SP3

This script did not work for me on SLES 11 SP3.

Had to change line 493 from
if (( “$release” eq “10.2” ) || (“$dist” eq “SLE”) ){
to
if (( “$release” eq “10.2” ) || (“$dist” eq “SLE10”) ){

I think SLE10 could be any string other then SLE, but needed to make sure the flow went down the ELSE path.

Works great now.