Unsolved
1 Message
0
631
July 26th, 2020 23:00
BUG: IDRAC Tools Linux installation script overwrites PATH
The DellEMC-iDRACTools-Web-LX-9.4.0-3732_A00.tar.gz installation package contains the line:
echo "PATH=$PATH:/opt/dell/srvadmin/sbin" >> /etc/bashrc
The double quotes case the PATH variable to be expanded before the line is appended to /etc/bashrc. This means it overwrites my PATH. These should be removed or changed to single quotes.
See this post on Stack Exchange
No Events found!