bug fix: cyberpanel db

This commit is contained in:
usmannasir
2025-09-28 02:50:33 +05:00
parent df9567a656
commit 46d7337bc6
2 changed files with 4 additions and 3 deletions

View File

@@ -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: