From db4b47b550df840ab5d655f5573bc78135daae95 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 24 Dec 2020 14:28:59 -0500 Subject: . --- cptorrents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cptorrents') diff --git a/cptorrents b/cptorrents index 40ea7ee..e1bfab8 100755 --- a/cptorrents +++ b/cptorrents @@ -8,7 +8,7 @@ if [ -n "$files" ]; then case $reply in n | N | no | NO ) exit 1;; *) printf "syncing\n"; - rsync -av ~/Downloads/*.torrent ben@home.simatime.com:/mnt/lake/ben/torrents/in; + rsync -av ~/Downloads/*.torrent ben@192.168.1.6:/mnt/campbell/ben/torrents/in; rm ~/Downloads/*.torrent; exit 0; esac -- cgit v1.2.3