diff options
author | Ben Sima <ben@bsima.me> | 2020-12-24 14:28:59 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-24 14:29:24 -0500 |
commit | db4b47b550df840ab5d655f5573bc78135daae95 (patch) | |
tree | 491ce32c2dbaf518e7a1d7ec2fbfc1290bc023e8 /cptorrents | |
parent | 82e4054abe0443f735bf585e0165bb539f58034d (diff) |
.
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@home.simatime.com:/mnt/lake/ben/torrents/in; + rsync -av ~/Downloads/*.torrent ben@192.168.1.6:/mnt/campbell/ben/torrents/in; rm ~/Downloads/*.torrent; exit 0; esac |