mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
change function loc
This commit is contained in:
@@ -1413,8 +1413,7 @@ imap_folder_list_limit = 0
|
|||||||
command = "apt-get -y install libpcre3 libpcre3-dev openssl libexpat1 libexpat1-dev libgeoip-dev" \
|
command = "apt-get -y install libpcre3 libpcre3-dev openssl libexpat1 libexpat1-dev libgeoip-dev" \
|
||||||
" zlib1g zlib1g-dev libudns-dev whichman curl"
|
" zlib1g zlib1g-dev libudns-dev whichman curl"
|
||||||
else:
|
else:
|
||||||
command = 'yum -y install pcre-devel openssl-devel expat-devel geoip-devel zlib-devel udns-devel' \
|
command = 'yum -y install pcre-devel openssl-devel expat-devel geoip-devel zlib-devel udns-devel'
|
||||||
' which curl'
|
|
||||||
|
|
||||||
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
|
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
|
||||||
|
|
||||||
@@ -1457,8 +1456,6 @@ imap_folder_list_limit = 0
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
# self.setupComodoRules()
|
# self.setupComodoRules()
|
||||||
self.setupPort()
|
|
||||||
self.setupPythonWSGI()
|
|
||||||
|
|
||||||
logging.InstallLog.writeToFile("LSCPD successfully installed!")
|
logging.InstallLog.writeToFile("LSCPD successfully installed!")
|
||||||
|
|
||||||
@@ -2285,6 +2282,8 @@ def main():
|
|||||||
|
|
||||||
checks.modSecPreReqs()
|
checks.modSecPreReqs()
|
||||||
checks.installLSCPD()
|
checks.installLSCPD()
|
||||||
|
checks.setupPort()
|
||||||
|
checks.setupPythonWSGI()
|
||||||
checks.setupLSCPDDaemon()
|
checks.setupLSCPDDaemon()
|
||||||
checks.fixCyberPanelPermissions()
|
checks.fixCyberPanelPermissions()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user