Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-16 09:11:51 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-16 09:11:51 +0300
commit4b96452dabf7fb889366f76afc6bb6c1927fed4d (patch)
treee967fd530f19be29c7390cff0235de299021ff08 /include/tests_webservers
parent1b30f6e5585e3e7ddcb10b776d64508518154db5 (diff)
Clean out unneeded file
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 40b07e48..83e1416f 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -479,8 +479,6 @@
if [ ${NGINX_RUNNING} -eq 1 -a ! "${NGINX_CONF_FILES}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no HTTP-6708 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check discovered nginx configuration settings"
if [ ${SKIPTEST} -eq 0 ]; then
- CreateTempFile || ExitFatal "Could not create temporary file"
- NGINX_FULL_CONFIG="${TEMP_FILE}"
LogText "Test: start parsing all discovered nginx options"
Display --indent 4 --text "- Parsing configuration options"
for I in ${NGINX_CONF_FILES}; do