2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

98_Installer: fix colors

git-svn-id: https://svn.fhem.de/fhem/trunk@19068 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
jpawlowski 2019-03-30 00:48:44 +00:00
parent 65d0519d01
commit a1b9166b8c

View File

@ -2757,7 +2757,7 @@ m/^([^<>\n\r]+?)(?:\s+(\(last release only\)))?(?:\s+(?:<(.*)>))?$/
&& $installed eq 'included' );
if (
$mAttr ne 'required'
$mAttr ne 'requires'
&& ( $installed eq 'missing'
|| $installed eq 'outdated' )
)