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:
authorJustin McAfee <justinamcafee+github@gmail.com>2018-03-16 19:24:29 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-03-16 19:24:29 +0300
commitde75687e0a163ea884bddd668514231987616fb8 (patch)
tree169ca2dad321b933fbf9505927d4a1c965c10bc7 /plugins
parent5d7fd65f8516d9afbec85375ed6e7a2a3b8feb73 (diff)
Change wait_for_keypress to WaitForKeyPress, Ln 83 (#534)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/custom_plugin.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/custom_plugin.template b/plugins/custom_plugin.template
index 72ce3ce0..17dada3a 100644
--- a/plugins/custom_plugin.template
+++ b/plugins/custom_plugin.template
@@ -80,6 +80,6 @@
#
# Wait for keypress (unless --quick is being used)
-wait_for_keypress
+WaitForKeyPress
#EOF