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
|
case "$uname_s" in
|
||||||
Linux|FreeBSD)
|
Linux|FreeBSD)
|
||||||
ps -o comm= -p 1 || true
|
ps -o comm= -p 1 || true
|
||||||
exit 0
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "init exlorer needs to be implemented for $os" >&2
|
echo "unknown"
|
||||||
exit 1
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue