From 099544381c4f703dc4ec7fb6e785bb262ee02276 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 31 Oct 2018 19:42:58 -0700 Subject: Fix home location --- cptorrents | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cptorrents') diff --git a/cptorrents b/cptorrents index a1f9415..310e162 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@$(cat ~/me/data/home-ip):/mnt/lake/ben/torrents/in; + rsync -av ~/Downloads/*.torrent ben@buildmindful.com:/mnt/lake/ben/torrents/in; rm ~/Downloads/*.torrent; exit 0; esac -- cgit v1.2.3