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