-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
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
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels