mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-11 01:52:07 +01:00
Bug in close
This commit is contained in:
@@ -1399,7 +1399,7 @@ class preFlightsChecks:
|
||||
try:
|
||||
fd = open(filename, 'r')
|
||||
lines = fd.readlines()
|
||||
close(fd)
|
||||
fd.close()
|
||||
fd = open(filename, 'w')
|
||||
centos_prefix = '/usr/libexec/'
|
||||
ubuntu_prefix = '/usr/lib/'
|
||||
|
||||
Reference in New Issue
Block a user