From 99b8d4519ff1a9c844c4c1eb61337bf86fa5d9df Mon Sep 17 00:00:00 2001 From: zhangxinhui02 Date: Tue, 23 Sep 2025 00:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9volume-linker.sh=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=BA=A6=E9=BA=A6=E7=9A=84=E6=96=B9=E5=BC=8F=E4=B8=BA?= =?UTF-8?q?exec=EF=BC=8C=E7=A1=AE=E4=BF=9D=E4=BF=A1=E5=8F=B7=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E4=BC=A0=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/files/volume-linker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/files/volume-linker.sh b/helm-chart/files/volume-linker.sh index bd897537..1c356e17 100644 --- a/helm-chart/files/volume-linker.sh +++ b/helm-chart/files/volume-linker.sh @@ -30,4 +30,4 @@ fi # 启动麦麦 echo "[VolumeLinker]Starting MaiBot..." -python bot.py +exec python bot.py