[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53959: [PATCH] installer: Continue even if Connman cannot phone home
From: |
pelzflorian (Florian Pelz) |
Subject: |
bug#53959: [PATCH] installer: Continue even if Connman cannot phone home. |
Date: |
Sat, 26 Feb 2022 16:13:19 +0100 |
On Sat, Feb 12, 2022 at 03:38:32PM +0100, Florian Pelz wrote:
> (define (connman-online?)
> (let ((state (connman-state)))
> - (eq? state 'online)))
> + (member state '(ready online))))
Pushed to master as cc11905568065409fe46487174e1cf404291bda1
using memq instead of member.
It will take effect once the guix package is updated.
Regards,
Florian