Correctly identify a RedHat distribution.
This commit is contained in:
parent
8442d2e288
commit
07b419f243
|
@ -23,7 +23,7 @@ if [ -f /etc/debian_version ]; then
|
||||||
JADETAG=\#html
|
JADETAG=\#html
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /etc/redhat_release ]; then
|
if [ -f /etc/redhat-release ]; then
|
||||||
LINUXDIST="Redhat"
|
LINUXDIST="Redhat"
|
||||||
JADEPROG="jade"
|
JADEPROG="jade"
|
||||||
JADETAG=
|
JADETAG=
|
||||||
|
|
Loading…
Reference in New Issue