checks for connectivity before running updates
This commit is contained in:
parent
78f2496c20
commit
21b2f7f6ce
@ -22,4 +22,5 @@ function zeesh_update () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
zeesh_update
|
ticker_message "zeesh: checking network"
|
||||||
|
curl -s http://lavacano.net --connect-timeout 1 > /dev/null && zeesh_update
|
||||||
|
Loading…
Reference in New Issue
Block a user