diff --git a/agent/gen-scripts/collected-data/inventory/distro.tree b/agent/gen-scripts/collected-data/inventory/distro.tree index 940cc3b522f7034a53c0e57388afb3c4e032ce65..c3eef082eb4fd6ebe035b0decce637ac2d471f39 100755 --- a/agent/gen-scripts/collected-data/inventory/distro.tree +++ b/agent/gen-scripts/collected-data/inventory/distro.tree @@ -25,7 +25,7 @@ if test -f "/etc/le_version"; then printf "Linux Educacional $(cat /etc/le_version)\n" elif test "${DISTRO}" = "Ubuntu" -a -f "/usr/lib/edu/fbedu/tutorial.htm"; then printf "Linux Educacional\n" -elif test "${DISTRO}" = "Mandriva"; then +elif test "${DISTRO}" = "Mandriva" -o "${DISTRO}" = "Fedora"; then head -n 1 /etc/issue elif test "${DISTRO}" = "Welcome"; then cut -sd "\\" -f1 /etc/issue | cut -d ' ' -f3-