chkconfig firewalld off

This commit is contained in:
Serghey Rodin 2015-11-09 16:50:52 +02:00
commit cef9e16578

View file

@ -792,6 +792,7 @@ cp templates/web/skel/public_html/index.html /var/www/html/
sed -i 's/%domain%/It worked!/g' /var/www/html/index.html
# Downloading firewall rules
chkconfig firewalld off >/dev/null 2>&1
wget $vestacp/firewall.tar.gz -O firewall.tar.gz
tar -xzf firewall.tar.gz
rm -f firewall.tar.gz