update setup.sh

This commit is contained in:
xxq250 2025-05-14 10:24:44 +08:00
parent 13b0f13da0
commit 9027966408
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fi
echo "检查GEM文件是否存在..."
# 检查GEM文件是否存在
gem_zip_file=$(find 02-forgeplus -type f -name "bundle*.zip")
if [ ! -d "$gem_zip_file" ]; then
if [ ! -f "$gem_zip_file" ]; then
echo "GEM文件不存在02-forgeplus/bundle*.zip"
exit 1
else