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>2015-09-16 18:02:12 +0300
committermboelen <michael@cisofy.com>2015-09-16 18:02:12 +0300
commitb8fe33c659aef0750093c59a5f4befdf776e5e85 (patch)
treedd96de862abb3e7f663c0c458c77a99373832e99
parent91c9760598435a628307480565a05c9dd9e91150 (diff)
Added set options (commented for now) to allow strict testing
-rwxr-xr-xlynis5
1 files changed, 5 insertions, 0 deletions
diff --git a/lynis b/lynis
index 87687673..b362c0d4 100755
--- a/lynis
+++ b/lynis
@@ -1,5 +1,10 @@
#!/bin/sh
+# Quit when commands give exit code greater than zero (-e)
+#set -e
+# Strict mode (-u)
+#set -u
+
#################################################################################
#
# Lynis