From: Kristof Provost Date: Fri, 5 May 2023 12:04:01 +0000 (+0200) Subject: announce_presence: look at the correct interface for the host_id X-Git-Url: https://git.sigsegv.be/?a=commitdiff_plain;h=989db27c6d6192d50244c198bfcf6ee945cb912f;p=pennestraat-domotica announce_presence: look at the correct interface for the host_id --- diff --git a/image/overlay/domotica/home/kp/bin/utils.subr b/image/overlay/domotica/home/kp/bin/utils.subr index a3d9811..ba44f96 100644 --- a/image/overlay/domotica/home/kp/bin/utils.subr +++ b/image/overlay/domotica/home/kp/bin/utils.subr @@ -7,5 +7,5 @@ mac() host_id() { - mac "em0" + mac "igb0" }