--- rpms/dehydrated/sme10/dehydrated-0.5.0-bz10521-7a0e71c6c2ccc6e98abca5ea1c7de28053e90c02.patch 2018/02/16 22:46:27 1.1 +++ rpms/dehydrated/sme10/dehydrated-0.5.0-bz10521-7a0e71c6c2ccc6e98abca5ea1c7de28053e90c02.patch 2018/02/26 22:04:13 1.2 @@ -6,7 +6,7 @@ diff -Nur dehydrated-0.5.0.ori/dehydrate curlret="${?}" elif [[ "${1}" = "get" ]]; then - statuscode="$(curl ${ip_version:-} ${CURL_OPTS} -s -w "%{http_code}" -o "${tempcont}" "${2}")" -+ statuscode="$(curl ${ip_version:-} ${CURL_OPTS} -L s -w "%{http_code}" -o "${tempcont}" "${2}")" ++ statuscode="$(curl ${ip_version:-} ${CURL_OPTS} -L -s -w "%{http_code}" -o "${tempcont}" "${2}")" curlret="${?}" elif [[ "${1}" = "post" ]]; then statuscode="$(curl ${ip_version:-} ${CURL_OPTS} -s -w "%{http_code}" -o "${tempcont}" "${2}" -d "${3}")"