modified the unknown case to empty...

remotes/origin/4.0
Daniel Heule 9 years ago
parent 9c6d7dbd89
commit f7de217129
  1. 3
      cdist/conf/explorer/init

@ -29,6 +29,7 @@ case "$uname_s" in
ps -o comm= -p 1 || true
;;
*)
echo "unknown"
# return a empty string as unknown value
echo ""
;;
esac

Loading…
Cancel
Save