unzip via bash startup script problems

i have two lines in my rc.local file that are

wget -O/<path>/<file>.zip url://domain.com

unzip -o /<path>/<file>.zip

the wget works fine, but the unzip won't work. when i copy/pase the unzip line to the prompt it works fine. i thought that maybe the unzip was running before the wget finished, but when i just put the unzip line in the rc.local file and leave the file to be unziped in the dir, nothing happens on boot. any suggestions would be greatly appreciated.

thanks

Kris