forked from cerc-io/plugeth
cmd/utils: close quote (#19665)
This commit is contained in:
parent
d97f0372b1
commit
645756cda5
@ -1161,7 +1161,7 @@ func setSmartCard(ctx *cli.Context, cfg *node.Config) {
|
|||||||
// Sanity check that the smartcard path is valid
|
// Sanity check that the smartcard path is valid
|
||||||
fi, err := os.Stat(path)
|
fi, err := os.Stat(path)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Info("Smartcard socket not found, disabling", err", err)
|
log.Info("Smartcard socket not found, disabling", "err", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if fi.Mode()&os.ModeType != os.ModeSocket {
|
if fi.Mode()&os.ModeType != os.ModeSocket {
|
||||||
|
Loading…
Reference in New Issue
Block a user