Opened 12 years ago
Closed 9 years ago
#2333 closed bug (Fixed)
Cannot set and then get options with same non-interactive console command
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.12 |
Component: | Console UI | Version: | 1.3.6 |
Keywords: | Cc: |
Description
$ deluge-console "config -s allow_remote True; config allow_remote" Setting allow_remote to True.. Configuration value successfully updated. allow_remote: False
Would expect this to return True but requires an separate step:
$ deluge-console "config allow_remote" allow_remote: True
Change History (1)
comment:1 by , 9 years ago
Milestone: | 1.3.x → 1.3.12 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed: [78fcf1781a307965]