Update install.sh

This commit is contained in:
midoks 2022-07-10 21:34:37 +08:00
parent 77a7c20e2c
commit 0266cb167c
1 changed files with 2 additions and 2 deletions

View File

@ -219,8 +219,7 @@ Install_app()
{
echo '正在安装脚本文件...' > $install_tmp
mkdir -p $serverPath/source
mkdir -p $serverPath/mongodb
if [ "macos" == "$OSNAME" ];then
Install_app_mac
else
@ -228,6 +227,7 @@ Install_app()
fi
if [ "$?" == "0" ];then
mkdir -p $serverPath/mongodb
echo "${VERSION}" > $serverPath/mongodb/version.pl
echo '安装完成' > $install_tmp