diff options
Diffstat (limited to 'i3/bin/setbg-cloogle')
-rwxr-xr-x | i3/bin/setbg-cloogle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/bin/setbg-cloogle b/i3/bin/setbg-cloogle index 97e8154..f205a80 100755 --- a/i3/bin/setbg-cloogle +++ b/i3/bin/setbg-cloogle @@ -1,7 +1,7 @@ #!/bin/bash # Test internet -timeout 4 wget -q --spider http://cloogle.org || setbg-backup +timeout 4 wget -q --spider http://cloogle.org || setbg-backup || exit 1 stdbuf -i0 -o0 -e0 cloogle_stats.py | while read request do |