In whatever init file calls your init script, try putting a & after the call to your script.
For example, if your call to your init script says:
Code:
/etc/rc.d/localscripts/mylocalscript
then it should now say:
Code:
/etc/rc.d/localscripts/mylocalscript &
Hope this helps.