Files
openwrt_packages/luci-mod-istorenext/root/etc/uci-defaults/50_luci-istorenext
2025-12-11 00:15:18 +08:00

6 lines
82 B
Bash
Executable File

#!/bin/sh
rm -f /tmp/luci-indexcache
/etc/init.d/nginx reload 2>/dev/null
exit 0