mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-31 20:24:18 -04:00
cmd: Improve error message if config missing
This commit is contained in:
parent
0b3161aeea
commit
62b0685375
@ -679,7 +679,7 @@ func DetermineAdminAPIAddress(address string, config []byte, configFile, configA
|
|||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
if loadedConfigFile == "" {
|
if loadedConfigFile == "" {
|
||||||
return "", fmt.Errorf("no config file to load")
|
return "", fmt.Errorf("no config file to load; either use --config flag or ensure Caddyfile exists in current directory")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user