mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 23:36:11 +01:00
changes in install.py
This commit is contained in:
@@ -2361,6 +2361,10 @@ def main():
|
||||
checks.setupPort()
|
||||
checks.setupPythonWSGI()
|
||||
checks.setupLSCPDDaemon()
|
||||
|
||||
if args.redis != None:
|
||||
checks.installRedis()
|
||||
|
||||
checks.fixCyberPanelPermissions()
|
||||
|
||||
if args.postfix != None:
|
||||
@@ -2381,9 +2385,6 @@ def main():
|
||||
preFlightsChecks.stdOut("Pure-FTPD will be installed and enabled.")
|
||||
checks.enableDisableFTP('on', distro)
|
||||
|
||||
if args.redis != None:
|
||||
checks.installRedis()
|
||||
|
||||
checks.installCLScripts()
|
||||
logging.InstallLog.writeToFile("CyberPanel installation successfully completed!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user