More virtualfb debugging
This commit is contained in:
parent
2b09df816a
commit
f225d0de15
1 changed files with 2 additions and 1 deletions
|
|
@ -38,8 +38,9 @@ start()
|
|||
elif [ "`ps cax | grep $VFB_PID_MINUS1 | grep $VFB_BINARY`" ]; then
|
||||
VFB_PID=$VFB_PID_MINUS1
|
||||
else
|
||||
echo started $VFB_BINARY but cannot find process ID in process table
|
||||
echo "started $VFB_BINARY but cannot find process ID in process table ($VFB_PID_MINUS0 or $VFB_PID_MINUS1)"
|
||||
echo please stop $VFB_BINARY manually
|
||||
if [ $debug ]; then echo `ps cax | grep $VFB_BINARY`; fi
|
||||
VFB_PID=
|
||||
return
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue