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/tests_storage
parent5e587adf8a630383a207adfcc658c1fe6401977f (diff)
Replaced functions and minor cleanups
Diffstat (limited to 'include/tests_storage')
-rw-r--r--include/tests_storage4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_storage b/include/tests_storage
index a7ec4043..7915d0b2 100644
--- a/include/tests_storage
+++ b/include/tests_storage
@@ -80,11 +80,11 @@
if [ `cat "${device}/authorized_default"` -eq 1 ]; then
FOUND=1
LogText "Test: ${device} is authorized by default"
- report "usb_authorized_default_device[]=${device}"
+ Report "usb_authorized_default_device[]=${device}"
elif [ `cat "${device}/authorized"` -eq 1 ]; then
FOUND=1
LogText "Test: ${device} is authorized currently"
- report "usb_authorized_device[]=${device}"
+ Report "usb_authorized_device[]=${device}"
fi
fi
done