mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-07-04 09:17:45 +02:00
CyberPanel: fix webmail folder selection and UI assets
This commit is contained in:
@@ -118,8 +118,8 @@ class ServerStatusUtil(multi.Thread):
|
||||
if ServerStatusUtil.executioner(command, statusFile) == 0:
|
||||
return 0
|
||||
|
||||
if os.path.exists('/usr/local/CyberCP/lsws-6.0/'):
|
||||
shutil.rmtree('/usr/local/CyberCP/lsws-6.0')
|
||||
if os.path.exists('/usr/local/CyberCP/lsws-6.3.4/'):
|
||||
shutil.rmtree('/usr/local/CyberCP/lsws-6.3.4')
|
||||
|
||||
if os.path.exists(f'/usr/local/CyberCP/lsws-{lsws_version}/'):
|
||||
shutil.rmtree(f'/usr/local/CyberCP/lsws-{lsws_version}/')
|
||||
|
||||
Reference in New Issue
Block a user