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