mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
don't hide the output
This commit is contained in:
parent
08fa4ae725
commit
e40f57799d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user