Update install.sh

pull/618/head
Mr Chen 10 months ago
parent fbe8a06d0b
commit 43e7363535
  1. 7
      plugins/zabbix/install.sh

@ -37,11 +37,14 @@ fi
Install_App()
{
mkdir -p $serverPath/zabbix
echo "${VERSION}" > $serverPath/zabbix/version.pl
echo '正在安装脚本文件...'
mkdir -p $serverPath/source/zabbix
mkdir -p $serverPath/zabbix
echo "${VERSION}" > $serverPath/zabbix/version.pl
shell_file=${curPath}/versions/${VERSION}/${OSNAME}.sh
if [ -f $shell_file ];then

Loading…
Cancel
Save