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