Skip to content

Commit

Permalink
Use tested csf version - fixes #685
Browse files Browse the repository at this point in the history
  • Loading branch information
omega8cc committed Apr 15, 2015
1 parent 67309b9 commit 66ee723
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/functions/firewall.sh.inc
Expand Up @@ -59,12 +59,7 @@ csf_install() {
fi
cd /var/opt
rm -f ${pthLog}/lastFire
if ! netcat -w 14 -z www.configserver.com 80 ; then
get_dev_arch "csf.tgz"
else
curl ${crlGet} "http://www.configserver.com/free/csf.tgz" -o "csf.tgz"
extract_archive "csf.tgz"
fi
get_dev_arch "csf.tgz"
cd csf
st_runner "sh install.sh" 2> /dev/null
cd /var/opt
Expand Down

0 comments on commit 66ee723

Please sign in to comment.