mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-20 06:22:05 +01:00
bug fix
This commit is contained in:
@@ -61,6 +61,9 @@ class CPBackupsV2(multi.Thread):
|
||||
|
||||
self.StatusFile = f'/home/cyberpanel/{self.website.domain}_rustic_backup_log'
|
||||
|
||||
if os.path.exists(self.StatusFile):
|
||||
os.remove(self.StatusFile)
|
||||
|
||||
def run(self):
|
||||
try:
|
||||
if self.function == 'InitiateBackup':
|
||||
|
||||
Reference in New Issue
Block a user