mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Added missing dollar
This commit is contained in:
parent
2805b65d95
commit
66a871a07a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue