modified the unknown case ...
This commit is contained in:
parent
2c49e04c98
commit
9c6d7dbd89
1 changed files with 1 additions and 3 deletions
|
@ -27,10 +27,8 @@ uname_s="$(uname -s)"
|
|||
case "$uname_s" in
|
||||
Linux|FreeBSD)
|
||||
ps -o comm= -p 1 || true
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "init exlorer needs to be implemented for $os" >&2
|
||||
exit 1
|
||||
echo "unknown"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue