Always put new bin file in /home/root.

This commit is contained in:
Philip Balister 2010-04-20 13:33:32 +00:00
parent 0e11c5ddbc
commit dfd5bed2b3

View file

@ -1,6 +1,6 @@
if [ $GHQ ]; then
scp $GHQ_USER@astro:/workspace/usrp1-e-dev/u1e.bin .
scp $GHQ_USER@astro:/workspace/usrp1-e-dev/u1e.bin /home/root
else
scp -P 8822 balister@192.168.1.10:src/git/fpgapriv/usrp2/top/u1e/build/u1e.bin .
scp -P 8822 balister@192.168.1.10:src/git/fpgapriv/usrp2/top/u1e/build/u1e.bin /home/root
fi
sync