update update-checker
This commit is contained in:
parent
b065b4a393
commit
b9326af298
@ -24,7 +24,7 @@ function zeesh_update () {
|
|||||||
|
|
||||||
if [[ $_zeeshdev_ignore_updates != 1 ]]; then
|
if [[ $_zeeshdev_ignore_updates != 1 ]]; then
|
||||||
ticker_message "zeesh: checking network"
|
ticker_message "zeesh: checking network"
|
||||||
curl -s http://lavacano.net --connect-timeout 1 --max-time 3 > /dev/null && zeesh_update
|
curl -s https://vcs.otl-hga.net --connect-timeout 1 --max-time 3 > /dev/null && zeesh_update
|
||||||
else
|
else
|
||||||
ticker_message "zeesh: skipping updates (fuse blown)"
|
ticker_message "zeesh: skipping updates (fuse blown)"
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user