Line 1,092:
Line 1,092:
VERSION=7.0.15-4279
VERSION=7.0.15-4279
−
if [ `$(cat /etc/redhat-release|grep -o 8)` = "8")
+
if [ `$(cat /etc/redhat-release|grep -o 8)` = "8"); then
RHV=5
RHV=5
else
else
Line 1,099:
Line 1,099:
if [ `getconf LONG_BIT` = "64" ]; then
if [ `getconf LONG_BIT` = "64" ]; then
CPUARCH=x86_64
CPUARCH=x86_64
−
else CPUARCH=i386fi
+
else
+
CPUARCH=i386
+
fi
mkdir -p /root/install/zarafa
mkdir -p /root/install/zarafa
cd /root/install/zarafa
cd /root/install/zarafa