Missing -eq statement

This commit is contained in:
mboelen 2014-09-25 16:55:47 +02:00
parent a0f0e895eb
commit b36be2f82c

View File

@ -231,7 +231,7 @@
report "available_update[]=${I}"
FOUND=1
done
if [ ${FOUND} eq 1 ]; then
if [ ${FOUND} -eq 1 ]; then
Display --indent 4 --text "- Searching update status (checkupdates)" --result "OUTDATED" --color YELLOW
ReportSuggestion "${TEST_NO}" "Perform update of system updates as this system uses rolling updates"
else