Update install.sh

pull/149/head
midoks 3 years ago
parent b9292981ef
commit 79095a3e71
  1. 5
      plugins/postgresql/versions/14.4/install.sh

@ -50,6 +50,11 @@ Install_App()
else
cpuCore="1"
fi
# for stable installation
if [ "$cpuCore" -gt "1" ];then
cpuCore=`echo "$cpuCore" | awk '{printf("%.f",($1)*0.8)}'`
fi
# ----- cpu end ------
if [ ! -f ${postgreDir}/postgresql-${VERSION}.tar.bz2 ];then

Loading…
Cancel
Save