From 6035a89805de72abcb0581ddafda863117c13711 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sat, 14 May 2016 17:20:27 +0900 Subject: [PATCH] Fixed firewalld in CentOS 7 --- shadowsocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks.sh b/shadowsocks.sh index 9951ddb..3ac714b 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -316,10 +316,10 @@ function install_shadowsocks(){ pre_install download_files config_shadowsocks - install_ss if [ "$OS" == 'CentOS' ]; then firewall_set fi + install_ss } # Initialization step