don't fail if there are no child processes

This commit is contained in:
Ari Lazier 2016-01-22 15:07:17 -08:00
parent 7c8b252969
commit 3641260f08
1 changed files with 1 additions and 1 deletions

View File

@ -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