diff --git a/install/install.py b/install/install.py index 7030d20fe..4267ed987 100644 --- a/install/install.py +++ b/install/install.py @@ -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: