Skip to content

Commit 20f91a4

Browse files
committed
Docs: Improve troubleshoot policy
1 parent 1346098 commit 20f91a4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Website/docs/system-wide-policies.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,10 @@ Ensure the `config.json` file has appropriate permissions so that regular users
9090
- Verify the file is named exactly `config.json` (not `config.json.txt`)
9191
- Check that the JSON syntax is valid (use a JSON validator)
9292
- Confirm the file is in the correct directory (same as `NETworkManager.exe`)
93-
- Restart the application after creating or modifying the file
94-
- Check the application logs for any error messages related to policy loading
95-
96-
**Policy values not showing in UI:**
9793
- Ensure the property name matches exactly (see the corresponding setting's documentation for the property name)
9894
- Verify the value has the correct data type (e.g. boolean `true` not string `"true"`)
99-
- Check that there are no syntax errors in the JSON file
95+
- Restart the application after creating or modifying the file
96+
- Check the application logs for any error messages related to policy loading
10097

10198
## Future Policies
10299

0 commit comments

Comments
 (0)