Update make_output.sh

FIxed oversight in rsync path
This commit is contained in:
reimannsum 2015-11-01 22:23:24 -05:00
parent 881ffe4049
commit 944c8ed5df

View file

@ -44,4 +44,4 @@ for folder in $( ls cv); do
done
done
# rsync to remote storage device
rsync -hruv -e 'ssh -p 2022' $output_home/mtgencode/cards/ host@ip:/mtgencode/cards
rsync -hruv -e 'ssh -p 2022' $output_home host@ip:/mtgencode/cards