bump time limit, improve wait message
This commit is contained in:
parent
d3a1905f1e
commit
af9708ebe9
|
@ -31,13 +31,13 @@ launch_unity () {
|
||||||
|
|
||||||
launch_unity
|
launch_unity
|
||||||
|
|
||||||
tries=60
|
tries=120
|
||||||
count=0
|
count=0
|
||||||
while [ ! -f $editorlogpath ]
|
while [ ! -f $editorlogpath ]
|
||||||
do
|
do
|
||||||
if ps -p $unitypid > /dev/null
|
if ps -p $unitypid > /dev/null
|
||||||
then
|
then
|
||||||
echo "unity ok ($unitypid)"
|
echo "waiting for unity ($unitypid)"
|
||||||
else
|
else
|
||||||
echo "unity is no longer running - trying again"
|
echo "unity is no longer running - trying again"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue