We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems if redirected ( > or 2>&1 or nohup ) , script gives error :- that print command not found.
On that line here is what is found in gdl script. :- 1377 print '' >>"${TMPFILE}_${file_id_download_file}_misc"
All the other places it is printf.
Will try with echo instead of print.