From 037568bf0610eb5fc9b35254c6dacd5a76d2a5e2 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 10 Dec 2019 10:22:12 +0500 Subject: [PATCH] bug fix: incremental backups --- IncBackups/IncBackupsControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IncBackups/IncBackupsControl.py b/IncBackups/IncBackupsControl.py index 0a0916638..f804b1c1b 100644 --- a/IncBackups/IncBackupsControl.py +++ b/IncBackups/IncBackupsControl.py @@ -725,7 +725,7 @@ class IncJobs(multi.Thread): SUBJECT = "Backup Repository password for %s" % (self.website) text = """Password: %s This is password for your incremental backup repository, please save it in safe place as it will be required when you want to restore backup for this site on remote server. -""" +""" % (password) sender = 'cyberpanel@%s' % (self.website.domain) TO = [self.website.adminEmail]