Merge pull request #1534 from master3395/v2.5.5-dev

Add initialization for serial variable in installation script
This commit is contained in:
Master3395 2025-09-24 18:21:20 +02:00 committed by GitHub
commit 808a4002cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -4570,6 +4570,9 @@ def main():
logging.InstallLog.writeToFile("Starting CyberPanel installation..,10")
preFlightsChecks.stdOut("Starting CyberPanel installation..")
# Initialize serial variable
serial = None
if args.ent is None:
ent = 0
preFlightsChecks.stdOut("OpenLiteSpeed web server will be installed.")