Added missing dollar

This commit is contained in:
Michael Boelen 2016-07-31 17:28:55 +02:00
parent 2805b65d95
commit 66a871a07a
1 changed files with 1 additions and 1 deletions

View File

@ -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}"