Skip to content

Sensitivity on slash endings on configuration file #7

@kaklik

Description

@kaklik

For example, the following configuration works:

"project": "bolidozor",
    "project_home_folder": "/home/odroid/bolidozor/station/",
    "storage_hostname": "space.astro.cz",
    "storage_username": "CIIRC",
    "storage_stationpath": "/storage/bolidozor/",

The following configuration does not work and the data-uploader does not upload the config files on data server.

"project": "bolidozor",
    "project_home_folder": "/home/odroid/bolidozor/station",
    "storage_hostname": "space.astro.cz",
    "storage_username": "CIIRC",
    "storage_stationpath": "/storage/bolidozor",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions