Skip to content

Commit d0dc397

Browse files
committed
bug fix: incremental backups
1 parent b3da16d commit d0dc397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IncBackups/IncBackupsControl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ def createBackup(self):
725725
SUBJECT = "Backup Repository password for %s" % (self.website)
726726
text = """Password: %s
727727
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.
728-
"""
728+
""" % (password)
729729

730730
sender = 'cyberpanel@%s' % (self.website.domain)
731731
TO = [self.website.adminEmail]

0 commit comments

Comments
 (0)