Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 1, 2024
1 parent 2f50a2f commit e555829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/pgadmin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e555829

Please sign in to comment.