mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-18 13:32:05 +01:00
Merge branch 'stable' into p3
This commit is contained in:
@@ -722,7 +722,7 @@ class IncJobs(multi.Thread):
|
||||
|
||||
command = 'chmod 600 %s' % (self.passwordFile)
|
||||
ProcessUtilities.executioner(command)
|
||||
SUBJECT = "Backup Repository password for %s" % (self.website)
|
||||
SUBJECT = "Backup Repository password for %s" % (self.website.domain)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user