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:
authormboelen <michael@cisofy.com>2016-04-28 13:31:57 +0300
committermboelen <michael@cisofy.com>2016-04-28 13:31:57 +0300
commit42607ceaf5959ea43613a7c59002142d71a183a4 (patch)
tree00f3815d62e9c3a8febbcf8a731bec2e9b70e0e0 /include/tests_webservers
parent539bd49856a84f9bb19587b321eaf002271776be (diff)
Replaced old function names with new ones
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 5f1fc101..6b2105fc 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -703,7 +703,7 @@
if [ ! "${TMPFILE2}" = "" ]; then if [ -f ${TMPFILE2} ]; then rm -f ${TMPFILE2}; fi; fi
-wait_for_keypress
+WaitForKeyPress
#
#================================================================================