mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-29 00:34:14 +02:00
Style change, add curly brackets
This commit is contained in:
parent
b2c73547dd
commit
f00447fd1b
@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
# Now perform binary detection
|
# Now perform binary detection
|
||||||
for SCANDIR in ${BIN_PATHS}; do
|
for SCANDIR in ${BIN_PATHS}; do
|
||||||
SCANDIR=$(echo "$SCANDIR" | sed 's/!!space!!/ /g')
|
SCANDIR=$(echo "${SCANDIR}" | sed 's/!!space!!/ /g')
|
||||||
LogText "Test: Checking binaries in directory ${SCANDIR}"
|
LogText "Test: Checking binaries in directory ${SCANDIR}"
|
||||||
ORGPATH=""
|
ORGPATH=""
|
||||||
if [ -d "${SCANDIR}" ]; then
|
if [ -d "${SCANDIR}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user