mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +00:00
commit
4370d9bd90
@ -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