correct processing of procd

This commit is contained in:
itdoginfo
2024-11-06 18:19:29 +03:00
parent 96ea424498
commit cc427cbd8a
6 changed files with 32 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
rm -f /var/luci-indexcache*
rm -f /tmp/luci-indexcache*
[ -x /etc/init.d/rpcd ] && /etc/init.d/rpcd reload
logger -t "podkop" "$timestamp uci-defaults script executed"
exit 0