Skip to content

Commit 07a7c90

Browse files
author
Serghey Rodin
committed
chkconfig firewalld off
1 parent 15f77bb commit 07a7c90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/vst-install-rhel.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,8 @@ fi
671671

672672
# Disabling iptables
673673
service iptables stop
674+
service firewalld stop >/dev/null 2>&1
675+
674676

675677
# Configuring NTP synchronization
676678
echo '#!/bin/sh' > /etc/cron.daily/ntpdate
@@ -1273,6 +1275,7 @@ ip=$(ip addr|grep 'inet '|grep global|head -n1|awk '{print $2}'|cut -f1 -d/)
12731275

12741276
# Configuring firewall
12751277
if [ "$iptables" = 'yes' ]; then
1278+
chkconfig firewalld off >/dev/null 2>&1
12761279
$VESTA/bin/v-update-firewall
12771280
fi
12781281

0 commit comments

Comments
 (0)