pull/621/head
Mr Chen 10 months ago
parent 9651a88d67
commit 0440d0f286
  1. 5
      plugins/postgresql/versions/14/install.sh
  2. 5
      plugins/postgresql/versions/15/install.sh
  3. 5
      plugins/postgresql/versions/16/install.sh

@ -87,9 +87,10 @@ Install_App()
if [ -d $serverPath/postgresql ];then
echo "${VERSION}" > $serverPath/postgresql/version.pl
echo 'install successful' > $install_tmp
echo '安装postgresql成功'
else
echo 'install fail' > $install_tmp
echo '安装postgresql失败'
rm -rf ${postgreDir}/postgresql-${VERSION}.tar.bz2
fi
}

@ -87,9 +87,10 @@ Install_App()
if [ -d $serverPath/postgresql ];then
echo "${VERSION}" > $serverPath/postgresql/version.pl
echo 'install successful' > $install_tmp
echo '安装postgresql成功'
else
echo 'install fail' > $install_tmp
echo '安装postgresql失败'
rm -rf ${postgreDir}/postgresql-${VERSION}.tar.bz2
fi
}

@ -87,9 +87,10 @@ Install_App()
if [ -d $serverPath/postgresql ];then
echo "${VERSION}" > $serverPath/postgresql/version.pl
echo '安装成功'
echo '安装postgresql成功'
else
echo '安装失败'
echo '安装postgresql失败'
rm -rf ${postgreDir}/postgresql-${VERSION}.tar.bz2
fi
}

Loading…
Cancel
Save