From a0c07f0ad94bd3e3f5f0708122cc087c6cf9a55a Mon Sep 17 00:00:00 2001 From: otto <731554297@qq.com> Date: Tue, 22 Aug 2023 15:06:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9F=BA=E7=A1=80=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA):=20=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=97=B6=E4=B8=8D=E9=9C=80=E8=A6=81=E8=BE=93?= =?UTF-8?q?=E5=85=A5Y=E8=BF=9B=E8=A1=8C=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-gitlink/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-gitlink/deploy.sh b/docker-gitlink/deploy.sh index e2ed01b0e..09bb970a8 100755 --- a/docker-gitlink/deploy.sh +++ b/docker-gitlink/deploy.sh @@ -89,7 +89,7 @@ rm(){ if [ -z "$server_name" ]; then docker-compose rm else - docker-compose rm "$server_name" + docker-compose rm -f "$server_name" fi }