try explicit exit 0?

This commit is contained in:
Yan 2015-11-04 19:00:35 -08:00
parent 781a5ec467
commit 25cd634a90

View file

@ -144,8 +144,10 @@ case $ACTION in
echo "TOOLS | $TOOL | Running test script."
./test
echo "TOOLS | $TOOL | test script succeeded!"
exit 0
else
echo "TOOLS | $TOOL | Install succeeded. No test script!"
exit 0
fi
fi
;;