Security Improvements.
This commit is contained in:
parent
32b4de5ecd
commit
c2c07bcf82
|
|
@ -806,14 +806,6 @@ class preFlightsChecks:
|
|||
else:
|
||||
pass
|
||||
|
||||
## move static content
|
||||
|
||||
command = 'mv static /usr/local/lscp/cyberpanel'
|
||||
|
||||
cmd = shlex.split(command)
|
||||
|
||||
res = subprocess.call(cmd)
|
||||
|
||||
def install_unzip(self):
|
||||
try:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue