Update install.sh

pull/618/head
Mr Chen 10 months ago
parent 07340dc68c
commit 421757e88a
  1. 13
      plugins/zabbix/install.sh

@ -48,14 +48,13 @@ Install_App()
exit 1
fi
if [ "$?" == "0" ];then
mkdir -p $serverPath/zabbix
echo "${VERSION}" > $serverPath/zabbix/version.pl
mkdir -p $serverPath/zabbix
echo "${VERSION}" > $serverPath/zabbix/version.pl
#初始化
cd ${rootPath} && python3 ${rootPath}/plugins/zabbix/index.py start
cd ${rootPath} && python3 ${rootPath}/plugins/zabbix/index.py initd_install
#初始化
cd ${rootPath} && python3 ${rootPath}/plugins/zabbix/index.py start
cd ${rootPath} && python3 ${rootPath}/plugins/zabbix/index.py initd_install
fi
echo 'Zabbix安装完成'
}

Loading…
Cancel
Save