From d37664d373449acde7f40b2a097afda505332da8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 28 Apr 2021 13:14:47 -0400 Subject: use my domain name --- cptorrents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cptorrents') diff --git a/cptorrents b/cptorrents index e1bfab8..446bc13 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@192.168.1.6:/mnt/campbell/ben/torrents/in; + rsync -av ~/Downloads/*.torrent ben@dev.simatime.com:/mnt/campbell/ben/torrents/in; rm ~/Downloads/*.torrent; exit 0; esac -- cgit v1.2.3