aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/conf/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'conf/store.go')
-rw-r--r--conf/store.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/store.go b/conf/store.go
index 2886d027..b5cdd1ef 100644
--- a/conf/store.go
+++ b/conf/store.go
@@ -129,6 +129,8 @@ func LoadFromName(name string) (*Config, error) {
}
func LoadFromPath(path string) (*Config, error) {
+ tunnelConfigurationsDirectory() // Provoke migrations, if needed.
+
name, err := NameFromPath(path)
if err != nil {
return nil, err