[omd-commits] OMD Git: omd: Fixed copy/paste error
git version control
git at mathias-kettner.de
Tue Mar 10 13:54:42 CET 2015
Module: omd
Branch: master
Commit: 8b84c4fbd38030fcff757bbb41e7c64a8551e2d1
URL: http://omdistro.org/projects/omd/repository/revisions/8b84c4fbd38030fcff757bbb41e7c64a8551e2d1
Author: Lars Michelsen <lm at mathias-kettner.de>
Date: Tue Mar 10 13:54:32 2015 +0100
Commiter: Lars Michelsen <lm at mathias-kettner.de>
Date: Tue Mar 10 13:54:32 2015 +0100
Fixed copy/paste error
---
distro | 1 +
1 file changed, 1 insertion(+)
diff --git a/distro b/distro
index 8ff7fc3..b827d3f 100755
--- a/distro
+++ b/distro
@@ -79,6 +79,7 @@ then
then
echo "REDHAT${SEP}7.0"
exit 0
+ elif [ "${VERSION::6}" = "Fedora" ]
then
[[ $VERSION =~ (Fedora release ([0-9]+)) ]] && REL=${BASH_REMATCH[2]} || exit 0
echo "FEDORA$SEP$REL"
More information about the omd-commits
mailing list