@ -129,6 +129,7 @@ def initDreplace():
file_bin = initD_path + '/' + getPluginName()
# initd replace
if not os.path.exists(file_bin):
content = public.readFile(file_tpl)
content = contentReplace(content)
public.writeFile(file_bin, content)
@ -11,6 +11,9 @@ sysName=`uname`
install_tmp=${rootPath}/tmp/bt_install.pl
yum install -y postgresql-libs unixODBC
Install_sphinx()
{