Remove temporary wget dump

This commit is contained in:
Maniack Crudelis 2017-11-15 19:28:34 +01:00 committed by GitHub
parent 258dff95ce
commit 582ea0e713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,7 @@ CHECK_URL () {
moved=0 moved=0
fi fi
fi fi
done <<< "$(LC_ALL=C wget --adjust-extension --page-requisites --no-check-certificate $check_domain$curl_check_path 2>&1 | grep "^--.*-- http\|^HTTP request sent")" done <<< "$(cd "$package_path"; LC_ALL=C wget --adjust-extension --page-requisites --no-check-certificate $check_domain$curl_check_path 2>&1 | grep "^--.*-- http\|^HTTP request sent")"
echo "" echo ""
fi fi
fi fi