From 1aa43c5b72f61905653035ef8d598f59bae16b2e Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 12 Dec 2019 07:38:53 +0500 Subject: [PATCH] mv core files --- install/install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/install.py b/install/install.py index f0ab1012e..a3623c7a9 100755 --- a/install/install.py +++ b/install/install.py @@ -461,6 +461,9 @@ class preFlightsChecks: shutil.move('cyberpanel', 'CyberCP') + command = 'mv -v cyberpanel/* CyberCP/' + preFlightsChecks.call(command, self.distro, command, command, 1, 1, os.EX_OSERR) + ## ### update password: