Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-01-26 17:42:45 +00:00
parent 849df72fb5
commit c8b2fa4ff1

View File

@ -11,7 +11,7 @@ UDC=$(ps -eo args | grep '^/sbin/9pudc')
[ $? -eq 0 ] && printf "✓ Process 9pudc running: $UDC\n" || printf "✗ No 9pudc process\n"
if [ -d /Transfuse ]
then
FUSE=$(ps -eo args | grep '^/sbin/9pudfuse']
FUSE=$(ps -eo args | grep '^/sbin/9pudfuse')
[ $? -eq 0 ] && printf "✓ Process 9pudfuse running\n" || printf "✗ No 9pudfuse process\n"
fi
MDNS=$(ps -eo args | grep '^/sbin/mdnstool')