From 54d1638a721ed0f9a557d8ef1897228bc9d2ca5b Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 19 Sep 2017 12:00:42 -0400 Subject: [PATCH] change hostname of sync script --- bot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot b/bot index 5384436..fa04f17 100755 --- a/bot +++ b/bot @@ -59,8 +59,8 @@ case "$1" in ;; sync) - rsync -av ben@benharris.ch:workspace/benbot/uploaded_images/ uploaded_images/ - rsync -av ben@benharris.ch:workspace/benbot/bot_data/ bot_data/ + rsync -av ben@tilde.team:workspace/benbot/uploaded_images/ uploaded_images/ + rsync -av ben@tilde.team:workspace/benbot/bot_data/ bot_data/ ;;