mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
possible resolve of https://forums.cyberpanel.net/discussion/458/error-restore-website-5009
This commit is contained in:
@@ -890,7 +890,7 @@ class backupUtilities:
|
|||||||
|
|
||||||
dbName = database.find('dbName').text
|
dbName = database.find('dbName').text
|
||||||
|
|
||||||
if VERSION == '2.1' and BUILD == '1':
|
if VERSION == '2.1' and int(BUILD) >= 1:
|
||||||
|
|
||||||
logging.CyberCPLogFileWriter.writeToFile('Backup version 2.1.1 detected..')
|
logging.CyberCPLogFileWriter.writeToFile('Backup version 2.1.1 detected..')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user