浏览代码

del page cache

rufengsuixing 5 年之前
父节点
当前提交
09cc7895f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -55,6 +55,7 @@ define Package/luci-app-adguardhome/postinst
 	/etc/init.d/AdGuardHome start
 	fi
 	rm -f /tmp/luci-indexcache
+	rm -f /tmp/luci-modulecache/*
 exit 0
 endef