diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 4bcf6c088..4826533d6 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -621,7 +621,10 @@ func syncthingMain() { } protectedFiles := []string{ - locations[locDatabase], locations[locConfigFile], locations[locCertFile], locations[locKeyFile], + locations[locDatabase], + locations[locConfigFile], + locations[locCertFile], + locations[locKeyFile], } // Remove database entries for folders that no longer exist in the config