Commit 51c6ada0 by yiling.shen

Fix missing 'fi' statement in deployment script

parent 80b23dd2
Pipeline #3189 failed with stages
in 12 seconds
......@@ -117,6 +117,7 @@ else
log_error "未找到MySQL容器,无法备份数据库!"
exit 1
fi
fi
fi
# 第三步:验证备份文件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment