settings: Rename struct to remove FIC occurence
This commit is contained in:
parent
457cd307dd
commit
e8f6a03cd9
6 changed files with 13 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue