remove duplicated stuff

This commit is contained in:
Tiago Ribeiro 2017-10-18 11:40:04 +01:00
parent 21031d4b70
commit d09c43870f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ curl -s -X POST https://api.telegram.org/bot$api/sendMessage -d chat_id=$chatid
# Copy over ssh
curl -s -X POST https://api.telegram.org/bot$api/sendMessage -d chat_id=$chatid -d text="Copy backup $archive_file to orangepi"
scp $dest/$archive_file user@host:~/backups:~/backups
scp $dest/$archive_file user@host:~/backups
#finished copy
curl -s -X POST https://api.telegram.org/bot$api/sendMessage -d chat_id=$chatid -d text="Backup $archive_file to orangepi complete"