From 965b6afed1d21ecaf9f5e83805b47f10f7a531fa Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 15 Apr 2015 10:41:52 +0200 Subject: add-torrent: new server Signed-off-by: Florian Pritz --- add-torrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add-torrent') 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 -- cgit v1.2.3-24-g4f1b