From 46d7337bc686e3bfea5efdd377c53e86808ae732 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sun, 28 Sep 2025 02:50:33 +0500 Subject: [PATCH] bug fix: cyberpanel db --- .idea/workspace.xml | 3 ++- install/install.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index be073f4b5..74d5ef122 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -46,7 +46,7 @@ "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager": "true", "RunOnceActivity.git.unshallow": "true", "SHELLCHECK.PATH": "/Users/cyberpersons/Library/Application Support/JetBrains/PyCharm2025.1/plugins/Shell Script/shellcheck", - "git-widget-placeholder": "stable", + "git-widget-placeholder": "v2.5.5-dev", "last_opened_file_path": "/Users/cyberpersons/cyberpanel", "node.js.detected.package.eslint": "true", "node.js.detected.package.tslint": "true", @@ -117,6 +117,7 @@ + diff --git a/install/install.py b/install/install.py index 9c85eed59..d5a99f145 100644 --- a/install/install.py +++ b/install/install.py @@ -5251,8 +5251,8 @@ def main(): preFlightsChecks.stdOut("Creating cyberpanel database and user...", 1) try: - from . import mysqlUtilities - from . import install_utils + import mysqlUtilities + import install_utils # Generate cyberpanel database password using the same logic as download_install_CyberPanel if checks.distro == centos: