diff --git a/Scripts/diy-script.sh b/Scripts/diy-script.sh index 408f65a..01c652c 100644 --- a/Scripts/diy-script.sh +++ b/Scripts/diy-script.sh @@ -83,9 +83,7 @@ echo "Author: $Author" echo "Current Openwrt version: $Lede_Version-`date +%Y%m%d`" echo "Current Device: $TARGET_PROFILE" sed -i "s?$Lede_Version?$Lede_Version Compiled by $Author [$Compile_Date]?g" $Default_File -echo "$Author" > ./package/base-files/files/etc/openwrt_author echo "$Lede_Version-`date +%Y%m%d`" > ./package/base-files/files/etc/openwrt_date -echo "$TARGET_PROFILE" > ./package/base-files/files/etc/openwrt_device } Diy-Part3() {