mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
Small style improvement
This commit is contained in:
parent
c38c89ae4e
commit
cd6edc577b
@ -1349,7 +1349,7 @@
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $UNATTENDED_UPGRADES_OPTION_AVAILABLE -eq 1 ]; then
|
if [ ${UNATTENDED_UPGRADES_OPTION_AVAILABLE} -eq 1 ]; then
|
||||||
# Test available tools for Linux
|
# Test available tools for Linux
|
||||||
if [ -f "${ROOTDIR}bin/auter" ]; then
|
if [ -f "${ROOTDIR}bin/auter" ]; then
|
||||||
UNATTENDED_UPGRADES_TOOL="auter"
|
UNATTENDED_UPGRADES_TOOL="auter"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user