mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
fix typo
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
abf4ba2288
commit
6a6f924283
@ -12,7 +12,7 @@ then
|
||||
FUSE=$(ps -eo args | grep '^/sbin/transfused')
|
||||
[ $? -eq 0 ] && printf "✓ Process transfused running\n" || printf "✗ No transfused process\n"
|
||||
fi
|
||||
if [ [ "$(mobyplatform)" = "windows" ] ]
|
||||
if [ "$(mobyplatform)" = "windows" ]
|
||||
then
|
||||
TAPVS=$(ps -eo args | grep '^/sbin/tap-vsockd')
|
||||
[ $? -eq 0 ] && printf "✓ Process tap-vsockd running\n" || printf "✗ No tap-vsockd process\n"
|
||||
|
Loading…
Reference in New Issue
Block a user