mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-19 21:40:15 +02:00
bug fix: find bw usage
This commit is contained in:
@@ -749,7 +749,7 @@ class vhost:
|
||||
print("0,0")
|
||||
return 0,0
|
||||
|
||||
bwmeta = "/home/" + domainName + "/logs/bwmeta"
|
||||
bwmeta = "/home/cyberpanel/%s.bwmeta" % (domainName)
|
||||
|
||||
if not os.path.exists(path):
|
||||
print("0,0")
|
||||
|
||||
Reference in New Issue
Block a user