forked from ungleich-public/cdist
Merge branch 'no_extra_output_from_machine_explorer' of https://github.com/contradict/cdist
This commit is contained in:
commit
474d4f7cb0
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@
|
|||
#
|
||||
#
|
||||
|
||||
if command -v uname; then
|
||||
if command -v uname 2>&1 >/dev/null; then
|
||||
uname -m
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue