diff --git a/Migrating-to-OpenWebRX-1.0.md b/Migrating-to-OpenWebRX-1.0.md index c19ec47..b75313c 100644 --- a/Migrating-to-OpenWebRX-1.0.md +++ b/Migrating-to-OpenWebRX-1.0.md @@ -31,7 +31,7 @@ Some very fundamental settings that would be hard to change at runtime have been settings, they should not need to be modified very frequently, if at all. The settings in this file are not available in the web configuration. They will not be migrated automatically but must -be migrated manually. The corresponding keys of the former `config_webrx.py` are: +be migrated manually. The corresponding keys of the former `config_webrx.py` were: ``` temporary_directory @@ -46,12 +46,12 @@ configuration file. ## Individual files and their migration `config_webrx.py` is effectively migrated in slices, since its settings are spread across the multiple sections of the -web configuration. Every section will migrate those settings that are in it, so by the time all sections have been -edited once, the full file should be migrated. +web configuration. Every section will migrate the settings it contains when it is saved, so by the time all sections +have been edited once, all settings should be migrated, and the file `config_webrx.py` is no longer used. `bookmarks.json` will be migrated as soon as you start editing bookmarks with the new bookmark editor. -`bands.json` will not be migrated at this point. +`bands.json` will not be migrated at this point and will remain in `/etc/openwebrx` for now. ## Special information for docker installations