Bug #6486
closed
The detect_os.sh script is not valid
Added by Matthieu CERDA over 9 years ago.
Updated over 9 years ago.
Description
This script contains:
elif [ -f /etc/SuSE-release ]; then
export OS="SLES"
export OSVERSION=$(cat /etc/SuSE-release | grep VERSION | cut -f2 -d '=' | sed 's/ //')
export OSSP=$(/etc/SuSE-release | grep PATCHLEVEL | cut -f2 -d '=' | sed 's/ //')
OSSP should use cat /etc/SuSE-release, not just /etc/SuSE-release.
- Status changed from 8 to Pending technical review
- Assignee set to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-packages/pull/632
- Target version changed from 2.10.13 to 2.10.14
- Pull Request changed from https://github.com/Normation/rudder-packages/pull/632 to https://github.com/Normation/rudder-packages/pull/642
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
- Subject changed from The detect_os.sh script in rudder-packages is missing a cat to The detect_os.sh script is not valid
- Status changed from Pending release to Released
This bug has been fixed in Rudder 2.10.14, 2.11.11 and 3.0.5 which were released today.
Also available in: Atom
PDF