use:
instead of
when you call the maketorrent function, so the function gets two arguments (otherwise there is nothing in $2 inside the function)
Code:
maketorrent ${anounce} ${file}
Code:
maketorrent ${file}
Comment