X-Git-Url: https://git.slaskete.net/einar-bin/blobdiff_plain/20bbdb7d638345f922e870ea5ebe576ff71659c0..dd12cf43d2c38d6d15c45f75523413a18d16952a:/imgurgame.bash?ds=inline diff --git a/imgurgame.bash b/imgurgame.bash index 66bbe4e..7635929 100755 --- a/imgurgame.bash +++ b/imgurgame.bash @@ -15,7 +15,7 @@ imgururl() { testimgur() { local URL=${1} local RESULT=$(curl -s -o /dev/null -I -w "%{http_code}" ${URL}) - if [[ ${RESULT} == 200 ]]; then + if [[ ${RESULT} == "200" ]]; then echo true else echo false