From 464daa1195f82d8dca124f881341a5a1e7604e02 Mon Sep 17 00:00:00 2001 From: Aaron Chen Date: Thu, 6 Jul 2023 10:35:24 +0800 Subject: [PATCH] =?UTF-8?q?auth=5Finstall.sh=E5=88=9B=E5=BB=BAlock?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=AD=E5=8F=AA=E5=8C=85=E5=90=AB=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=8C=E4=B8=8D=E5=8C=85=E5=90=AB=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E4=BB=BB=E4=BD=95=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install.sh b/auto_install.sh index 87bde7d..31fa5f4 100644 --- a/auto_install.sh +++ b/auto_install.sh @@ -28,7 +28,7 @@ fi # 创建安装标记文件 timestamp=$(date +"%Y-%m-%d %H:%M:%S") -echo "安装时间: $timestamp" > "$lock_file" +echo "$timestamp" > "$lock_file" # 创建定时任务 (crontab -l 2>/dev/null; echo "*/10 * * * * $cron_command") | crontab -