summarylogtreecommitdiffstats
path: root/bing-wallpaper-autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bing-wallpaper-autostart.sh')
-rwxr-xr-xbing-wallpaper-autostart.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/bing-wallpaper-autostart.sh b/bing-wallpaper-autostart.sh
index 4319b4a347bb..e1ea281511f6 100755
--- a/bing-wallpaper-autostart.sh
+++ b/bing-wallpaper-autostart.sh
@@ -3,11 +3,7 @@
# try 3 times only
i=1
while [ $i -le 3 ]; do
- if curl --connect-timeout 2 -s www.google.com > /dev/null ; then
- break
- fi
-
- if curl --connect-timeout 2 -s www.baidu.com > /dev/null ; then
+ if curl --connect-timeout 2 -s www.bing.com > /dev/null ; then
break
fi