Skip to content

Handle paths with spaces in bbmri_collections

Jednotné přihlášení test requested to merge github/fork/zlamalp/bbmri into master

Created by: zlamalp

  • Handle facility names (as a part of path) with spaces. Space was recognized as a divider by curl ending with invalid usage.
  • Now we pass file on STDIN of curl and we quote path to the file before pasting it.
  • Include service configuration file from expected location /etc/perun/services/[service_name] into the main send script of bbmri_collections.
  • Modified $TRANSPORT_COMMAND to contain $USERNAME_AND_PASSWORD which is expected to be set in configuration. I believe it can be dependent on previously defined $DESTINATION in the main script, so it should be configurable per destination.

Merge request reports