changes in install.py

This commit is contained in:
Usman Nasir
2020-03-04 17:44:56 +05:00
parent 97c9e64915
commit 2acd86c922

View File

@@ -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!")