exit server, if registry is not accessible
This commit is contained in:
parent
b39bae140e
commit
f96bf5f5be
@ -197,10 +197,11 @@ func main() {
|
||||
registryPath := path.Join(opts.Registry, "data")
|
||||
|
||||
if _, err := os.Stat(registryPath); err != nil {
|
||||
fmt.Fprint(os.Stderr,
|
||||
"Cannot access '%s', should be in the registry repository: %s",
|
||||
fmt.Fprintf(os.Stderr,
|
||||
"Cannot access '%s', should be in the registry repository: %s\n",
|
||||
registryPath,
|
||||
err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
address := opts.Address + ":" + fmt.Sprint(opts.Port)
|
||||
|
Loading…
x
Reference in New Issue
Block a user