From 283a87b91251c845eba1ed0fa564625a5117ba56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E7=A8=AE?= <39034242+kenzok8@users.noreply.github.com> Date: Sun, 5 Feb 2023 16:44:05 +0800 Subject: [PATCH] Update main.sh --- main.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.sh b/main.sh index 852d7c62f..86dddd2cc 100755 --- a/main.sh +++ b/main.sh @@ -178,6 +178,9 @@ sed -i 's/ ip.neighbors/ luci.ip.neighbors/' luci-app-wifidog/luasrc/model/cbi/w sed -i "s/nas/services/g" `grep nas -rl luci-app-fileassistant` sed -i "s/NAS/Services/g" `grep NAS -rl luci-app-fileassistant` +sed -i 's/luciversion = "$(date +%b)"/luciversion = "Feb"/g' diy/zzz-default-settings +sed -i 's/luciversion = "$(date +%b)"/luciversion = "Feb"/g' diy/default-settings + find -type f -name Makefile -exec sed -ri 's#mosdns[-_]neo#mosdns#g' {} \; bash diy/create_acl_for_luci.sh -a >/dev/null 2>&1