mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +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"
|
[ $? -eq 0 ] && printf "✓ Process 9pudc running: $UDC\n" || printf "✗ No 9pudc process\n"
|
||||||
if [ -d /Transfuse ]
|
if [ -d /Transfuse ]
|
||||||
then
|
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"
|
[ $? -eq 0 ] && printf "✓ Process 9pudfuse running\n" || printf "✗ No 9pudfuse process\n"
|
||||||
fi
|
fi
|
||||||
MDNS=$(ps -eo args | grep '^/sbin/mdnstool')
|
MDNS=$(ps -eo args | grep '^/sbin/mdnstool')
|
||||||
|
Loading…
Reference in New Issue
Block a user