fsr
fsr copied to clipboard
Profile names can't have spaces
When creating a profile with spaces, on next server restart the profile will fail to parse as it expects an exact number of space separated elements. This causes the profile to fail to load, and then the settings will get wiped when we attempt to next save the file.
We can migrate to a better representation for configuration (e.g. a JSON file) that does handle space separated strings as expected.