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