settings: Rename struct to remove FIC occurence

This commit is contained in:
nemunaire 2022-05-01 22:15:16 +02:00
commit e8f6a03cd9
6 changed files with 13 additions and 13 deletions

View file

@ -27,7 +27,7 @@ func touchStartedFile() {
}
}
func reloadSettings(config *settings.FICSettings) {
func reloadSettings(config *settings.Settings) {
// Copy the new settings file for distribution
if data, err := ioutil.ReadFile(path.Join(settings.SettingsDir, settings.SettingsFile)); err != nil {
log.Println("Unable to read settings file:", err)