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 10:15:54 +0300
committermboelen <michael@cisofy.com>2016-04-28 10:15:54 +0300
commit9e312f5a5f2a1379a29151d8cb87cd22f387bc6c (patch)
treee33f24994327564c621802c4c2052f3685adbb8f /include/functions
parent5e587adf8a630383a207adfcc658c1fe6401977f (diff)
Replaced functions and minor cleanups
Diffstat (limited to 'include/functions')
-rw-r--r--include/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions b/include/functions
index 1e24813a..8f3e9225 100644
--- a/include/functions
+++ b/include/functions
@@ -385,7 +385,7 @@
TEMP_FILE=`mktemp /tmp/lynis.XXXXXXXXXX` || exit 1
fi
if [ ! "${TEMP_FILE}" = "" ]; then
- logtext "Action: created temporary file ${TEMP_FILE}"
+ LogText "Action: created temporary file ${TEMP_FILE}"
else
Fatal "Could not create a temporary file"
fi