1 2 3 4 5 6 7 8 | |
=====================================================================
Command executed:
aria2c --on-download-complete=completed.ksh -i urls.txt
=====================================================================
Problem: completed.ksh is being called. But it has value only for $1
Works for me.
Which version of aria2?
Also check the log file (-l option) which contains the 3 arguments to be sent to the script like this:
INFO - [util.cc:1502]Executing user command: hook.sh 1 1 index.html
Diff: