From 79a42432355320b19c41ffcda36aae12c5c71d11 Mon Sep 17 00:00:00 2001 From: infernvs Date: Wed, 18 Oct 2017 11:51:49 +0100 Subject: [PATCH] Update 'backup.sh' --- backup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backup.sh b/backup.sh index d431d1b..ad811c4 100644 --- a/backup.sh +++ b/backup.sh @@ -31,9 +31,9 @@ password="change.me" db_name="fulldbbackup" #ssh info -suser=user -shost=host -sloc=ssh host location +suser="user" +shost="host" +sloc="ssh host location" # Print start status message. curl -s -X POST https://api.telegram.org/bot$api/sendMessage -d chat_id=$chatid -d text="Backing up $backup_files to $dest/$archive_file"