diff options
author | Ben Sima <ben@bsima.me> | 2021-04-28 13:14:47 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-05-16 09:44:02 -0400 |
commit | d37664d373449acde7f40b2a097afda505332da8 (patch) | |
tree | 8c4bd4c70e0c41ec6a10447aa78be80414c66078 | |
parent | 57187bb97dc47bfb810471820fba33e120b12e89 (diff) |
use my domain name
-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@192.168.1.6:/mnt/campbell/ben/torrents/in; + rsync -av ~/Downloads/*.torrent ben@dev.simatime.com:/mnt/campbell/ben/torrents/in; rm ~/Downloads/*.torrent; exit 0; esac |