Remove debug flag

This commit is contained in:
Jonathan Curran 2020-06-09 10:13:54 -06:00
commit 4ef319313c

View file

@ -340,7 +340,7 @@ do_download () {
echo "Downloading ${url}..."
local header
if [[ -n "${RS_USER_AGENT}" ]]; then
header="-d --header 'User-Agent: ${RS_USER_AGENT}'"
header="--header 'User-Agent: ${RS_USER_AGENT}'"
fi
if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then