From d162759c8ece5bf5cb3af8af2fe942d4084f6cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 24 Feb 2018 15:46:19 +0100 Subject: [PATCH] Update install --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 1186b32..8462461 100644 --- a/install +++ b/install @@ -195,6 +195,9 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in cp -a /opt/owasp-modsecurity-crs/rules/ /nginx/modsecurity/ cp -a /opt/owasp-modsecurity-crs/crs-setup.conf.example /nginx/modsecurity/crs-setup.conf clear + mkdir -p /tmp/; cd /tmp; wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/iptables/install + chmod +x install; ./install + clear nginx -t ;;