modified the unknown case to empty...
This commit is contained in:
parent
9c6d7dbd89
commit
f7de217129
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue