diff --git a/scripts/crons/make_output.sh b/scripts/crons/make_output.sh index 5f58e1b..a94eeef 100644 --- a/scripts/crons/make_output.sh +++ b/scripts/crons/make_output.sh @@ -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