From 6b63ea5a68bceaaa27debce1a4959bea3a9a98d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Fri, 10 Aug 2018 19:01:27 +0200 Subject: [PATCH] Update install --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index da45d4f..c7ed15d 100644 --- a/install +++ b/install @@ -367,7 +367,7 @@ 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 - cd /etc/systemd/system/; wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/theraw-patch-1/UBUNTU16/nginx.service + cd /etc/systemd/system/; wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/UBUNTU16/nginx.service sudo systemctl start nginx.service && sudo systemctl enable nginx.service killall nginx systemctl daemon-reload