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}..."
|
echo "Downloading ${url}..."
|
||||||
local header
|
local header
|
||||||
if [[ -n "${RS_USER_AGENT}" ]]; then
|
if [[ -n "${RS_USER_AGENT}" ]]; then
|
||||||
header="-d --header 'User-Agent: ${RS_USER_AGENT}'"
|
header="--header 'User-Agent: ${RS_USER_AGENT}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then
|
if [[ "${RUN_UNATTENDED}" -ne "0" ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue