Ignore non-existant liveproxy folder

master
René Jochum 4 years ago
parent ea8039fb8f
commit 3619f9b1cb

@ -56,7 +56,8 @@ func (c *MultiClient) CreateClients() error {
files, err := ioutil.ReadDir(c.liveproxyDir)
if err != nil {
return err
// Ignore listing errors and use the local client only
return nil
}
var result error

Loading…
Cancel
Save