Update install.sh

pull/149/head
midoks 3 years ago
parent 9274358e95
commit b9292981ef
  1. 3
      plugins/postgresql/versions/14.4/install.sh

@ -75,11 +75,10 @@ Install_App()
fi
if [ -d $serverPath/postgresql ];then
echo "{$VERSION}" > $serverPath/postgresql/version.pl
echo "${VERSION}" > $serverPath/postgresql/version.pl
echo 'install successful' > $install_tmp
else
echo 'install fail' > $install_tmp
echo 'install fail' > &2
fi
}

Loading…
Cancel
Save