Skip to content
Snippets Groups Projects
Verified Commit 6d44ca5d authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

add cwd to possible config file locations

parent 0d89818c
No related branches found
No related tags found
No related merge requests found
Pipeline #485171 passed
......@@ -747,6 +747,7 @@ func validateWebInterface() error {
}
var possibleConfigLocations = []string{
".",
"config",
"/etc/mytoken",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment