diff options
Diffstat (limited to 'include/vendor.sh')
-rw-r--r-- | include/vendor.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index d03434cb..fb7d7cdf 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -747,7 +747,7 @@ modify_mac_addresses() done < "tmp/rom.list" printf "\nThe following GbE NVM words were written in '%s':\n" \ "$archive" - x_ util/nvmutil/nvm tmp/gbe dump | grep -v "bytes read from file" + x_ util/nvmutil/nvm tmp/gbe dump | grep -v "bytes read from file" || : [ "$new_mac" = "restore" ] && \ printf "\nNOTE: User specified setmac 'restore' argument.\n" && \ |