X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=backup;h=7a424862cc100015608c6cee15d85a5e0d62c5ae;hp=c89693b25ad25dc7710c8ed943c144302e3b1504;hb=08f7bdfac720173984d2e6846c5bf780f39916f7;hpb=5c3fe1031b50391092bf0dc09ae33e808914d7ec 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