Update make_output.sh
FIxed oversight in rsync path
This commit is contained in:
parent
881ffe4049
commit
944c8ed5df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue