From 11aaa96b674eb2ab5a23c56a06496e04ad0a37f3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 27 May 2026 14:09:22 +0200 Subject: [PATCH] backup: Accept eth* too --- backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup b/backup index 1c85d55..0e98ed8 100755 --- a/backup +++ b/backup @@ -21,7 +21,7 @@ fi # figure out $DISPLAY when running from cron export DISPLAY="${DISPLAY:-:0}" -if ! ip route show default | grep -Eq 'dev (enp|wl)'; then +if ! ip route show default | grep -Eq 'dev (enp|eth|wl)'; then notify-send "Backup skipped, not on WLAN" exit 0 fi -- 2.47.3