summaryrefslogtreecommitdiff
path: root/cptorrents
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-10-31 19:42:58 -0700
committerBen Sima <ben@bsima.me>2018-10-31 19:42:58 -0700
commit099544381c4f703dc4ec7fb6e785bb262ee02276 (patch)
tree771ad055d28bfe711228804e5547877b22c95cfe /cptorrents
parent4d33be51a08d3fd8a6468dcf4d4f7e4a4f13911f (diff)
Fix home location
Diffstat (limited to 'cptorrents')
-rwxr-xr-xcptorrents2
1 files changed, 1 insertions, 1 deletions
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