mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
10 lines
188 B
Bash
10 lines
188 B
Bash
#!/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 |