Skip to content

Commit

Permalink
cloudplow: add missing /Media when path isn't set
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Aug 24, 2023
1 parent 2bdb418 commit bd5d31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/cloudplow/templates/config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
}
},
"remove_empty_dir_depth": 2,
"sync_remote": "{{ remote.remote if ':' in remote.remote else remote.remote + ':' }}",
"sync_remote": "{{ remote.remote if ':' in remote.remote else remote.remote + ':/Media' }}",
"upload_folder": "{{ remote.upload_from }}",
"upload_remote": "{{ remote.remote if ':' in remote.remote else remote.remote + ':' }}"
"upload_remote": "{{ remote.remote if ':' in remote.remote else remote.remote + ':/Media' }}"
{% if loop.index == loop.length %}}{% else %}},{{ '\n' }}{% endif %}
{% endfor %}

Expand Down

0 comments on commit bd5d31a

Please sign in to comment.