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
},
All the other Custom Install Scripts create the
ApplicationsPerformancedirectory within theensure_directories_existsconfig with the"network_share": trueproperty.The script for Scrutiny ommits this and only creates the subfolders of this Location:
Because it doesn't include the below, if it is the first app the user deploys, the
ApplicationsPerformancelocation isn't created as a share, even if later apps do include the below within their config: