change hostname of sync script

This commit is contained in:
Ben Harris 2017-09-19 12:00:42 -04:00
parent c60af7f3e8
commit 54d1638a72
1 changed files with 2 additions and 2 deletions

4
bot
View File

@ -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/
;;