From 1b06652f17966015560fbb65e06750b5a212cb19 Mon Sep 17 00:00:00 2001 From: wonder Date: Mon, 25 May 2026 13:01:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=98=BE=E5=BC=8F=E8=BF=94=E5=9B=9Eexit?= =?UTF-8?q?=200=EF=BC=8C=E9=81=BF=E5=85=8D=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E4=B8=AD=E6=97=A0=E6=B3=95=E8=AF=86=E5=88=AB=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 32683da..45f3d3b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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 \ No newline at end of file