diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-04-15 10:41:52 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-04-15 10:41:52 +0200 |
commit | 965b6afed1d21ecaf9f5e83805b47f10f7a531fa (patch) | |
tree | db5a0fb7a3c42668052f9ab146219b00d439f829 | |
parent | d21a9b6df4cd3a47e540c3cca8203b8f0f53a029 (diff) | |
download | bin-965b6afed1d21ecaf9f5e83805b47f10f7a531fa.tar.gz bin-965b6afed1d21ecaf9f5e83805b47f10f7a531fa.tar.xz |
add-torrent: new server
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | add-torrent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/add-torrent b/add-torrent index aef56f1..da240b5 100755 --- a/add-torrent +++ b/add-torrent @@ -1,4 +1,4 @@ #!/bin/bash for file; do - transmission-remote mistral:9091 -a "$file" + transmission-remote ostro:9091 -a "$file" done |