aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'conf/store.go')
-rw-r--r--conf/store.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/store.go b/conf/store.go
index 9a0f8c7d..5cc2ce46 100644
--- a/conf/store.go
+++ b/conf/store.go
@@ -132,10 +132,6 @@ func LoadFromName(name string) (*Config, error) {
}
func LoadFromPath(path string) (*Config, error) {
- if !disableAutoMigration {
- tunnelConfigurationsDirectory() // Provoke migrations, if needed.
- }
-
name, err := NameFromPath(path)
if err != nil {
return nil, err