mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 05:15:49 +01:00
remove duplicate log message
This commit is contained in:
@@ -264,7 +264,6 @@ define('WP_SITEURL','http://%s');
|
||||
os.remove(databasePath)
|
||||
except:
|
||||
pass
|
||||
|
||||
if eraseCheck:
|
||||
sourcePath = child.path
|
||||
destinationPath = '/home/%s/public_html' % (child.master.domain)
|
||||
@@ -288,8 +287,6 @@ define('WP_SITEURL','http://%s');
|
||||
|
||||
logging.statusWriter(tempStatusPath, 'Data copied..,[200]')
|
||||
|
||||
logging.statusWriter(tempStatusPath, 'Data copied..,[200]')
|
||||
|
||||
return 0
|
||||
except BaseException as msg:
|
||||
mesg = '%s. [404]' % (str(msg))
|
||||
|
||||
Reference in New Issue
Block a user