explicit exit 0 from 'all' action

This commit is contained in:
Yan 2015-11-30 12:45:39 -08:00
parent 619a5878b4
commit a5c3d81946

View file

@ -48,7 +48,7 @@ then
[ "$ALLOW_SUDO" -eq 1 ] && $0 -s $ACTION $t
[ "$ALLOW_SUDO" -eq 0 ] && $0 $ACTION $t
done
exit
exit 0
elif [ -z "$TOOL" -a "$ACTION" != "list" -a "$ACTION" != "setup" ]
then
usage