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
path: root/extras
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2019-09-19 16:21:51 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-09-19 16:21:51 +0300
commitb39d0c3b69e64f98557c8203df0a1bc0f36db949 (patch)
tree6db9b8838fbfec63a73846c189b9c4a62fc3c337 /extras
parent82d9940f13b1b2c59f3b61011e4971a31210afef (diff)
Indented spacing
Diffstat (limited to 'extras')
-rwxr-xr-xextras/build-lynis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/build-lynis.sh b/extras/build-lynis.sh
index 6726d998..974f2937 100755
--- a/extras/build-lynis.sh
+++ b/extras/build-lynis.sh
@@ -344,7 +344,7 @@ Exit
FIND=$(sh -n ${OPTION_BINARY_FILE} ; echo $?)
if [ $FIND -eq 0 ]; then
echo "OK"
- else
+ else
echo "BAD"
fi