diff options
author | Ben Sima <ben@bsima.me> | 2019-05-11 15:08:01 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-11 15:08:01 -0700 |
commit | 9984ec59f0d8784410316e54ea230b234e7b9ed8 (patch) | |
tree | 72af4dbe841cf8547fa14b80e6796fe1c62ef396 | |
parent | 7fd4df96b22b9680312f0e2e764233d3e9119050 (diff) |
change 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@buildmindful.com:/mnt/lake/ben/torrents/in; + rsync -av ~/Downloads/*.torrent ben@home.simatime.com:/mnt/lake/ben/torrents/in; rm ~/Downloads/*.torrent; exit 0; esac |