diff options
author | Ben Sima <ben@bsima.me> | 2018-10-31 19:42:58 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-10-31 19:42:58 -0700 |
commit | 099544381c4f703dc4ec7fb6e785bb262ee02276 (patch) | |
tree | 771ad055d28bfe711228804e5547877b22c95cfe /cptorrents | |
parent | 4d33be51a08d3fd8a6468dcf4d4f7e4a4f13911f (diff) |
Fix home location
Diffstat (limited to 'cptorrents')
-rwxr-xr-x | cptorrents | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |