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