mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
bug fix in zone listing
This commit is contained in:
@@ -97,6 +97,8 @@ class StagingSetup(multi.Thread):
|
||||
|
||||
command = "sed -i 's/%s/%s/g' %s" % (masterDomain, domain, databasePath)
|
||||
ProcessUtilities.executioner(command, 'cyberpanel')
|
||||
command = "sed -i 's/%s/%s/g' %s" % ('https', 'http', databasePath)
|
||||
ProcessUtilities.executioner(command, 'cyberpanel')
|
||||
|
||||
if not mysqlUtilities.restoreDatabaseBackup(dbNameRestore, '/home/cyberpanel', None, 1, dbName):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user