From 3369819425af217d01a92fb100f2fecda394167b Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Sat, 19 Sep 2020 16:12:10 +0800 Subject: [PATCH] Update diy-script.sh --- Scripts/diy-script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/diy-script.sh b/Scripts/diy-script.sh index 918d18d..6548869 100644 --- a/Scripts/diy-script.sh +++ b/Scripts/diy-script.sh @@ -59,6 +59,7 @@ ExtraPackages git OpenClash https://github.com/vernesong master Diy-Part2() { echo "[$(date "+%H:%M:%S")] Current Openwrt version: $Lede_Version-`date +%Y%m%d`" +echo "[$(date "+%H:%M:%S")] Current Device: $TARGET_PROFILE" if [ ! $(grep -o "Compiled by $Author" $Default_File | wc -l) = "1" ];then sed -i "s?$Lede_Version?$Lede_Version Compiled by $Author [$Compile_Date]?g" $Default_File fi