diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-06-14 04:58:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2022-06-14 11:59:26 +0000 |
commit | a23be312cdf9d200a4b37ed1da275b625b35055c (patch) | |
tree | f8a1227b0f5a067001c9723cd7852541e5b49735 | |
parent | Adding quotes arround some variables in linux-tools to prevent globbing and w... (diff) | |
download | service-tools-a23be312cdf9d200a4b37ed1da275b625b35055c.tar.xz service-tools-a23be312cdf9d200a4b37ed1da275b625b35055c.zip |
Removing unused color definitions in linux-tools.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | linux/bin/linux-i40e | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/bin/linux-i40e b/linux/bin/linux-i40e index 12fff96..ffe17b3 100755 --- a/linux/bin/linux-i40e +++ b/linux/bin/linux-i40e @@ -25,9 +25,6 @@ PROGRAM="$(basename "${0}")" RED="\033[1;33;31m" GREEN="\033[1;33;32m" -YELLOW="\033[1;33;33m" -BLUE="\033[1;33;34m" -WHITE="\033[1;33;37m" NORMAL="\033[0m" Ethtool_get () |