mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
typo
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
849df72fb5
commit
c8b2fa4ff1
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user