modified the unknown case ...

This commit is contained in:
Daniel Heule 2016-03-24 11:29:13 +01:00
parent 2c49e04c98
commit 9c6d7dbd89
1 changed files with 1 additions and 3 deletions

View File

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