Remove debug flag
This commit is contained in:
parent
2f61999519
commit
4ef319313c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue