Bug in legacy Redhat setup

Discussion in 'Installation/Configuration' started by AaronNGray, Mar 12, 2006.

  1. AaronNGray

    AaronNGray New Member

    There is a bug in the bash file 'setup1' which effects RedHat instillations.

    setup1 line 160 is :-

    if [ -n '$version' ]; then

    but should be :-

    if [ ! -n '$version' ]; then

    The version string is being set incorrectly.

    This should correct this problem.

    Aaron
     

Share This Page