fix redis conf path

This commit is contained in:
Usman Nasir
2020-03-02 11:26:06 +05:00
parent 1c957502c5
commit 2f55b850d7

View File

@@ -2213,6 +2213,10 @@ vmail
writeToFile.write('127.0.0.1,6379,<auth_password>\n')
writeToFile.close()
##
os.chdir(self.cwd)
confPath = '/usr/local/lsws/conf/'
if os.path.exists('%shttpd.conf' % (confPath)):