don't hide the output

This commit is contained in:
Daniel Hansson 2021-12-29 14:43:54 +01:00 committed by GitHub
parent 08fa4ae725
commit e40f57799d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ fi
STATUS="$(check_command dkms status)"
if [ -n "$STATUS" ]
then
if echo "$STATUS" | grep "$RVERSION" 2>&1 /dev/null
if echo "$STATUS" | grep "$RVERSION"
then
print_text_in_color "$ICyan" "The Realtek 2.5G driver (version $RVERSION) is already installed."
exit