From 9984ec59f0d8784410316e54ea230b234e7b9ed8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 11 May 2019 15:08:01 -0700 Subject: change domain name --- cptorrents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cptorrents b/cptorrents index 310e162..40ea7ee 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@buildmindful.com:/mnt/lake/ben/torrents/in; + rsync -av ~/Downloads/*.torrent ben@home.simatime.com:/mnt/lake/ben/torrents/in; rm ~/Downloads/*.torrent; exit 0; esac -- cgit v1.2.3