Skip to content

Commit

Permalink
modified checkInstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejun committed Dec 5, 2024
1 parent e8529f3 commit 58f979c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2313,6 +2313,13 @@ checkInstalled(){
else
return 0
fi
else
if [[ ! -d "${installpath}/serv00-play/$model" ]]; then
red "请先安装$model !!!"
return 1
else
return 0
fi
fi
return 1
}
Expand Down

0 comments on commit 58f979c

Please sign in to comment.