Skip to content

Bug when installing Scrutiny as First App #166

@AeroXuk

Description

@AeroXuk

All the other Custom Install Scripts create the ApplicationsPerformance directory within the ensure_directories_exists config with the "network_share": true property.

The script for Scrutiny ommits this and only creates the subfolders of this Location:

  "ensure_directories_exists": [
    "$LOCATION(ApplicationsPerformance)/scrutiny/config",
    "$LOCATION(ApplicationsPerformance)/scrutiny/influxdb"
  ],

Because it doesn't include the below, if it is the first app the user deploys, the ApplicationsPerformance location isn't created as a share, even if later apps do include the below within their config:

    {
      "path": "$LOCATION(ApplicationsPerformance)",
      "network_share": true
    },

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