summaryrefslogtreecommitdiff
path: root/cptorrents
diff options
context:
space:
mode:
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