From 57efb4555f447fd29e747abf8b485509d28dd9d6 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Mon, 27 Nov 2017 18:45:25 +0100 Subject: [PATCH] Switch over to https --- updateWallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updateWallpaper.sh b/updateWallpaper.sh index e63b0c8..cbe5c03 100755 --- a/updateWallpaper.sh +++ b/updateWallpaper.sh @@ -64,7 +64,7 @@ fi tags=`echo -n "$tags" | sed "s/ /%20/g"` while [ 0 ]; do - json=`curl "http://konachan.com/post.json?tags=$tags&limit=1"` + json=`curl "https://konachan.com/post.json?tags=$tags&limit=1"` id=`echo $json | jq -r '.[0].id'` url=`echo $json | jq -r '.[0].file_url'`