From 1cd353a4fed945456b55ab1e41dc9c9667490612 Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 2 Apr 2025 01:57:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20OpenWrt/upload.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- OpenWrt/upload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenWrt/upload.sh b/OpenWrt/upload.sh index 56722cf..208ae92 100644 --- a/OpenWrt/upload.sh +++ b/OpenWrt/upload.sh @@ -62,7 +62,7 @@ done echo "重命名文件..." for file in openwrt*; do if [ -e "$file" ]; then - newname="zerowrt-plus-${DATE}${file#openwrt}" + newname="zerowrt-plus-${date}${file#openwrt}" echo "重命名: $file → $newname" mv -- "$file" "$newname" fi