fix: 显式返回exit 0,避免流水线中无法识别脚本已完成的情况

This commit is contained in:
2026-05-25 13:01:12 +08:00
parent 8d24905a22
commit 1b06652f17
+1
View File
@@ -70,3 +70,4 @@ echo "常用命令:"
echo " 查看日志: cd $INSTALL_DIR && $COMPOSE_CMD logs -f"
echo " 停止服务: cd $INSTALL_DIR && $COMPOSE_CMD down"
echo " 重启服务: cd $INSTALL_DIR && $COMPOSE_CMD restart"
exit 0