From: Martin Pitt Date: Mon, 31 May 2021 15:50:38 +0000 (+0200) Subject: backup: Also run with Ethernet connection X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=08f7bdfac720173984d2e6846c5bf780f39916f7 backup: Also run with Ethernet connection --- diff --git a/backup b/backup index c89693b..7a42486 100755 --- a/backup +++ b/backup @@ -12,7 +12,7 @@ fi # figure out $DISPLAY when running from cron export DISPLAY="${DISPLAY:-:0}" -if ! ip route | grep -q '^default.*wl'; then +if ! ip route show default | grep -Eq 'dev (enp|wl)'; then notify-send "Backup skipped, not on WLAN" exit 0 fi