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: