From 9274358e956fa3b5cd9c5715e0ade299ba75cb4e Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 7 Aug 2022 22:55:23 +0800 Subject: [PATCH] Update install.sh --- plugins/postgresql/versions/14.4/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/postgresql/versions/14.4/install.sh b/plugins/postgresql/versions/14.4/install.sh index 274437a99..20af411b4 100755 --- a/plugins/postgresql/versions/14.4/install.sh +++ b/plugins/postgresql/versions/14.4/install.sh @@ -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 }