diff --git a/rsync_ui.sh b/rsync_ui.sh index b16afa9..8b791a7 100755 --- a/rsync_ui.sh +++ b/rsync_ui.sh @@ -29,8 +29,8 @@ echo "*** GULPA GULPA ***" echo echo "*** SYNCING ASSETS ***" # Exclude files managed by Git. -rsync -navh $ASSETS --exclude js/vendor/ root@cloud.blender.org:/data/git/attract/attract/static/assets/ +rsync -avh $ASSETS --exclude js/vendor/ root@cloud.blender.org:/data/git/attract/attract/static/assets/ echo echo "*** SYNCING TEMPLATES ***" -rsync -navh $TEMPLATES root@cloud.blender.org:/data/git/attract/attract/templates/ +rsync -avh $TEMPLATES root@cloud.blender.org:/data/git/attract/attract/templates/