diff --git a/cdist/conf/explorer/machine b/cdist/conf/explorer/machine index bb6e0beb..d4a0e106 100755 --- a/cdist/conf/explorer/machine +++ b/cdist/conf/explorer/machine @@ -22,6 +22,6 @@ # # -if command -v uname; then +if command -v uname 2>&1 >/dev/null; then uname -m fi