Update install.sh

This commit is contained in:
midoks 2022-08-07 22:55:23 +08:00
parent d79ef624d2
commit 9274358e95
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Install_App()
fi
if [ ! -d ${postgreDir}/postgresql-${VERSION} ];then
cd ${postgreDir} && tar -zxvf ${postgreDir}/postgresql-${VERSION}.tar.bz2
cd ${postgreDir} && tar -jxvf ${postgreDir}/postgresql-${VERSION}.tar.bz2
fi
@ -79,7 +79,7 @@ Install_App()
echo 'install successful' > $install_tmp
else
echo 'install fail' > $install_tmp
echo 'install fail'>&2
echo 'install fail' > &2
fi
}