Update install.sh

This commit is contained in:
Mr Chen 2024-10-02 04:03:39 +08:00
parent 2f50a2ffa0
commit e555829f1b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ Install_pgadmin()
if version_lt "$P_VER" "3.8.0" ;then
echo 'Python版本太低,无法安装'
exit 0
fi
PG_DIR=${serverPath}/pgadmin/run
PG_DATA_DIR=${serverPath}/pgadmin/data