modified the unknown case to empty...

This commit is contained in:
Daniel Heule 2016-03-25 16:39:48 +01:00
parent 9c6d7dbd89
commit f7de217129
1 changed files with 2 additions and 1 deletions

View File

@ -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