From c2c07bcf82f14626230eebb949cdccb5e1656e82 Mon Sep 17 00:00:00 2001 From: usmannasir <01-134132-158@student.bahria.edu.pk> Date: Thu, 18 Jan 2018 22:40:51 +0500 Subject: [PATCH] Security Improvements. --- install/install.py | 8 -------- 1 file changed, 8 deletions(-) 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: