From bf436ed3bd424b591d101cfe1aefbeb0b3d7e4dd Mon Sep 17 00:00:00 2001 From: Teddysun Date: Fri, 3 Jun 2016 23:39:51 +0900 Subject: [PATCH] Install firewalld in CentOS 7 --- l2tp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l2tp.sh b/l2tp.sh index 4b0de8f..2d1ed29 100644 --- a/l2tp.sh +++ b/l2tp.sh @@ -290,7 +290,7 @@ install_l2tp(){ elif check_sys packageManager yum; then if centosversion 7; then yum -y install epel-release - yum -y install ppp libreswan xl2tpd + yum -y install ppp libreswan xl2tpd firewalld yum_install elif centosversion 6; then yum -y install epel-release