mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
possible bug fix on ubuntu 22 upgrade
This commit is contained in:
@@ -452,7 +452,8 @@ def refreshLicense(request):
|
||||
|
||||
from plogical.Backupsv2 import CPBackupsV2
|
||||
cpbuv2 = CPBackupsV2(
|
||||
{'domain': 'cyberpanel.net', 'BasePath': '/home/backup', 'BackupDatabase': 1, 'BackupData': 1})
|
||||
{'domain': 'cyberpanel.net', 'BasePath': '/home/backup', 'BackupDatabase': 1, 'BackupData': 1,
|
||||
'BackupEmails': 1})
|
||||
cpbuv2.InitiateBackup()
|
||||
|
||||
final_dic = {'status': 1}
|
||||
|
||||
Reference in New Issue
Block a user