From 3f83119b3953eb59af3f3594441011b54ac3094d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Tue, 14 Jan 2025 18:06:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=BF=97=E5=88=87=E5=89=B2?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=B2=A1=E6=9C=89=E5=8D=95=E5=BC=95=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/data/cron.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/data/cron.go b/internal/data/cron.go index 9f5fc6fb00..436c3241fe 100644 --- a/internal/data/cron.go +++ b/internal/data/cron.go @@ -85,8 +85,8 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:$PATH # 耗子面板 - 日志切割脚本 # 执行切割 -panel-cli cutoff website -n %s -p %s -panel-cli cutoff clear -t website -f %s -s %d -p %s +panel-cli cutoff website -n '%s' -p '%s' +panel-cli cutoff clear -t website -f '%s' -s '%d' -p '%s' `, req.Target, req.BackupPath, req.Target, req.Save, req.BackupPath) } if req.Type == "shell" {