mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-05 09:49:41 +00:00
Update contrib/util/check-config.sh
Co-authored-by: Brad Davidson <brad@oatmail.org>
Signed-off-by: Rishikesh Nair <42700059+rishinair11@users.noreply.github.com>
(cherry picked from commit 82cfacb2f3)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
08eaf1861b
commit
a40e0435fa
@@ -55,7 +55,7 @@ is_set_as_module() {
|
||||
}
|
||||
|
||||
color() {
|
||||
if [[ -n "$NO_COLOR" ]]; then
|
||||
if [ -n "$NO_COLOR" ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user