summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcptorrents2
1 files changed, 1 insertions, 1 deletions
diff --git a/cptorrents b/cptorrents
index e1bfab8..446bc13 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@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