mirror of https://github.com/k3s-io/k3s
Update install.sh
parent
7a96fbb3f8
commit
76342565a2
|
@ -75,7 +75,7 @@ info()
|
|||
}
|
||||
fatal()
|
||||
{
|
||||
echo '[ERROR] ' "$@" 2>&1
|
||||
echo '[ERROR] ' "$@" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue