mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 07:44:14 +02:00
Added missing dollar
This commit is contained in:
parent
2805b65d95
commit
66a871a07a
@ -465,7 +465,7 @@
|
|||||||
LogText "Result: No reboot needed (file empty)"
|
LogText "Result: No reboot needed (file empty)"
|
||||||
REBOOT_NEEDED=0
|
REBOOT_NEEDED=0
|
||||||
else
|
else
|
||||||
PKGSCOUNT=$(wc -l < {FILE})
|
PKGSCOUNT=$(wc -l < ${FILE})
|
||||||
LogText "Result: reboot is needed, related to ${PKGSCOUNT} packages"
|
LogText "Result: reboot is needed, related to ${PKGSCOUNT} packages"
|
||||||
for I in ${FIND}; do
|
for I in ${FIND}; do
|
||||||
LogText "Package: ${I}"
|
LogText "Package: ${I}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user