mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
Always put new bin file in /home/root.
This commit is contained in:
parent
0e11c5ddbc
commit
dfd5bed2b3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue