#1049 closed bug (Invalid)
Deluge console now dependent on console
Reported by: | Azeem | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | Unknown | Version: | 1.2.0 |
Keywords: | Cc: |
Description
a script in this nature
deluge -u console << ! pause something !
would have worked in =< 1.19 releases
It STILL works in the 1.20 RC release, except now, it can only be executed in a terminal for it to work.. It would be ineffective when ran through a daemon such as 'atd' or 'cron' through 'at' and 'crontab'
also, the -a option for 'deluge' seems to be broken, it'll throw back a "unknown command" error message
Change History (2)
comment:1 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Version: | 1.2.0_rc1 → 1.2.0 |
---|
Note:
See TracTickets
for help on using tickets.
Use the deluge-console script.
$ deluge-console "pause something"
$ deluge-console "connect user@somehost;pause something;resume somethingelse"
$ man deluge-console