don't fail if there are no child processes
This commit is contained in:
parent
7c8b252969
commit
3641260f08
|
@ -102,7 +102,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# kill all children
|
# kill all children
|
||||||
pkill -P $$
|
pkill -P $$ || true
|
||||||
pkill node || true
|
pkill node || true
|
||||||
rm -f $PACKAGER_OUT
|
rm -f $PACKAGER_OUT
|
||||||
rm -f $LOGCAT_OUT
|
rm -f $LOGCAT_OUT
|
||||||
|
|
Loading…
Reference in New Issue